get

fun get(id: String): CustomItem?

Retrieves a custom item by its unique ID.

Return

The custom item associated with the ID, or null if not found.

Parameters

id

The unique identifier for the custom item.