byId method

E? byId(
  1. Id id
)

Implementation

E? byId(Id id) => _entities[id];