menu
nice2dev_flutter_ui package
documentation
tools/nice_tools5.dart
NiceValidationGroupController
errors property
errors property
dark_mode
light_mode
errors
property
Map
<
String
,
String
?
>
get
errors
Get all errors.
Implementation
Map<String, String?> get errors => Map.unmodifiable(_errors);
nice2dev_flutter_ui package
documentation
tools/nice_tools5
NiceValidationGroupController
errors property
NiceValidationGroupController class