ObjectLib class

Constructors

ObjectLib()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
objectManager → ObjectManager
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromBasicMap<T>(Map map) Map<String, T>
fromComplexMap<T extends Object<T>>(Map map, String id) Map<String, T>
instance<T extends Object<T>>(Type t, dynamic id) → T
internalLinkerToMap(dynamic map) Map<String, dynamic>
listObjectFromBasicType<T>(List list) List<T>
listObjectFromComplexType<T extends Object<T>>(List list, String id) List<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareInstances(List instances) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited