getById
Gets an entity with the specified id.
Return
The entity with the provided id or undefined if the id did not exist in the collection.
Parameters
id
The id of the entity to retrieve.
Gets an entity with the specified id.
The entity with the provided id or undefined if the id did not exist in the collection.
The id of the entity to retrieve.