entityDef<T> static method
Access entity model for the given class (Dart Type).
Implementation
@pragma('vm:prefer-inline')
static EntityDefinition<T> entityDef<T>(Store store) => store._entityDef();
Access entity model for the given class (Dart Type).
@pragma('vm:prefer-inline')
static EntityDefinition<T> entityDef<T>(Store store) => store._entityDef();