isValid property

bool get isValid

Returns true if there are no validation errors.

Implementation

bool get isValid => validationErrors.isEmpty;