getById

abstract suspend fun getById(id: IdType): ObjectType?(source)

Returns the object associated with the given id, or null if not found.

Return

The object with the given id, or null if absent

Parameters

id

The identifier of the object to retrieve