Whether validation errors exist for field.
field
bool hasError(String field) => _fieldErrors.containsKey(field) && _fieldErrors[field]!.isNotEmpty;