abstract fun get(id: String): R?
Get item by id.
id - of item to check.
id
Return item with id if data provider contains it, null otherwise.