isValid property
bool
get
isValid
Whether this row has no validation errors.
Implementation
bool get isValid => errors.isEmpty;
Whether this row has no validation errors.
bool get isValid => errors.isEmpty;