isValid property
bool
get
isValid
Returns true if there are no validation errors.
Implementation
bool get isValid => validationErrors.isEmpty;
Returns true if there are no validation errors.
bool get isValid => validationErrors.isEmpty;