isEmpty property
bool
get
isEmpty
True when there are no current error messages.
Implementation
bool get isEmpty => _dataSet._errorStore.isEmpty;
True when there are no current error messages.
bool get isEmpty => _dataSet._errorStore.isEmpty;