hasErrors property

bool hasErrors

Returns a value indicating whether validationErrors is not empty

Implementation

bool get hasErrors => validationErrors.isNotEmpty;