itemId abstract method

String itemId(
  1. TModel item
)

Access the unique identifier of an item (usually from your persistent store).

Implementation

String itemId(TModel item);