get

abstract fun get(id: String): R?

Get item by id.

Return

item with id if data provider contains it, null otherwise.

Parameters

id

of item to check.