menu
epos_frontend_shared package
documentation
tsonkit/v1/manager/tson_entity_manager.dart
TSONEntityManager
getErrors method
getErrors method
dark_mode
light_mode
getErrors
method
Map
<
String
,
String
>
getErrors
(
)
Gets all current validation errors.
Implementation
Map<String, String> getErrors() => Map.unmodifiable(_errors);
epos_frontend_shared package
documentation
tsonkit/v1/manager/tson_entity_manager
TSONEntityManager
getErrors method
TSONEntityManager class