forceSetValue method

void forceSetValue(
  1. T newValue
)
inherited

Implementation

void forceSetValue(T newValue) {
  _setValue(newValue, force: true);
}