entityDef<T> static method

EntityDefinition<T> entityDef<T>(
  1. Store store
)

Access entity model for the given class (Dart Type).

Implementation

@pragma('vm:prefer-inline')
static EntityDefinition<T> entityDef<T>(Store store) => store._entityDef();