dipository library

Constants

boolean → const _EntityBooleanType
date → const _EntityDateType
float → const _EntityFloatType
integer → const _EntityIntegerType
nullable → const _Nullable
primary → const _Primary
reflectable → const EntityReflector
Makes an object reflectable. For the Entity system to work and be able to open the instance, this has to be attached to the object.
text → const _EntityTextType

Typedefs

Dictionary = Map<String, dynamic>
A simple shortcut for a mapping of String keys to dynamic values.