EntityObjectHelper extension
Extension methods to provide helper functionalities for object types that represent entities.
- on
Properties
- isEntity → bool
-
Available on Object?, provided by the EntityObjectHelper extension
Checks if the object is a map representing an entity.no setter
Methods
-
entityValue<
T> (String key, [EntityBuilder< T> ? builder]) → T? -
Available on Object?, provided by the EntityObjectHelper extension
Retrieves a value associated with the given key from the entity. -
entityValues<
T> (String key, [EntityBuilder< T> ? builder]) → List<T> ? -
Available on Object?, provided by the EntityObjectHelper extension
Retrieves a list of values associated with the given key from the entity.