entity library

Constants

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.

Typedefs

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