setMin method

void setMin()

Set to minimum value.

Implementation

void setMin() {
  if (min != null) emit(min!);
}