upFirst method

void upFirst(
  1. bool value
)

Implementation

void upFirst(bool value) {
  firstRun = value;
}