getCachedEntityByID<O> abstract method

O? getCachedEntityByID<O>(
  1. dynamic id, {
  2. Type? type,
})

Returns a cached entity of type with id.

Implementation

O? getCachedEntityByID<O>(dynamic id, {Type? type});