IndexKey constructor

IndexKey(
  1. Type runtimeType,
  2. Qualifier? qualifier
)

Implementation

IndexKey(this.runtimeType, this.qualifier);