tryEntityForType method Null safety

ManagedEntity? tryEntityForType(
  1. Type type
)

Implementation

ManagedEntity? tryEntityForType(Type type) =>
    _entities[type] ?? _tableDefinitionToEntityMap[type.toString()];