getEntityByID<O> abstract method

FutureOr<O?> getEntityByID<O>(
  1. dynamic id, {
  2. Type? type,
  3. bool sync = false,
  4. EntityResolutionRules? resolutionRules,
})

Implementation

FutureOr<O?> getEntityByID<O>(dynamic id,
    {Type? type, bool sync = false, EntityResolutionRules? resolutionRules});