getCachedEntityByMapID<O> abstract method

O? getCachedEntityByMapID<O>(
  1. Map<Object?, Object?> map, {
  2. Type? type,
})

Returns a cached entity of type with an id from map entries. See getEntityIDFromMap.

Implementation

O? getCachedEntityByMapID<O>(Map<Object?, Object?> map, {Type? type});