modelKey property

ModelKey<T> get modelKey

The model key of the model.

Implementation

ModelKey<T> get modelKey => ModelKey<T>(dataKey);