PlayerIdentifier<T> constructor

PlayerIdentifier<T>(
  1. String playerKey,
  2. T type
)

Implementation

PlayerIdentifier(this.playerKey, this.type);