menu
activity package
documentation
core/helpers/schema_validator.dart
SchemaResponse
SchemaResponse constructor
SchemaResponse constructor
dark_mode
light_mode
SchemaResponse
constructor
SchemaResponse
(
{
required
bool
valid
,
required
Map
<
String
,
dynamic
>
schema
,
required
Map
<
String
,
dynamic
>
errors
,
})
Implementation
SchemaResponse({ required this.valid, required this.schema, required this.errors, });
activity package
documentation
core/helpers/schema_validator
SchemaResponse
SchemaResponse constructor
SchemaResponse class