fields library

Classes

BoolField
Model field for native bool type
DateTimeField
Model field for native bool type
DoubleField
Model field for native int type
DynamicField
Model field for native dynamic type
Field<T>
We have different types of fields
FieldOptions
IntField
Model field for native int type
ModelField<T>
Model field for native bool type
StringField
Model field for native String type

Typedefs

FieldValueValidator<T> = bool Function(T value)
JSONTYPE = dynamic
ListField = ModelField<ModelList>
MapField = ModelField<ModelMap>