ModelKey<T> constructor

const ModelKey<T>(
  1. Symbol key
)

Creates a ModelKey.

Implementation

const ModelKey(this.key);