menu
coco_base_flutter package
documentation
models.dart
SchemaField
SchemaField.new constructor
SchemaField.new constructor
dark_mode
light_mode
SchemaField
constructor
SchemaField
(
{
required
String
name
,
required
String
type
,
required
bool
nullable
,
})
Implementation
SchemaField({required this.name, required this.type, required this.nullable});
coco_base_flutter package
documentation
models
SchemaField
SchemaField.new constructor
SchemaField class