key property

String get key

Generating a unique key for a given object T and optional id

Implementation

String get key => generateKey<T?>(id);