menu
supa_architecture package
documentation
json/json.dart
JsonField<T>
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Checks if the field has an error.
Implementation
bool get hasError => error != null;
supa_architecture package
documentation
json/json
JsonField<T>
hasError property
JsonField class