isEmpty property
bool
get
isEmpty
Whether no validation errors were recorded.
Implementation
bool get isEmpty => _fieldErrors.isEmpty && _nonFieldErrors.isEmpty;
Whether no validation errors were recorded.
bool get isEmpty => _fieldErrors.isEmpty && _nonFieldErrors.isEmpty;