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.

See also