errorCheck method

void errorCheck()

Implementation

void errorCheck() => emit(
      state.errorCheck(
        error: tillfirstError<T>(state.value, validations),
      ),
    );