ForPlayer<T> constructor

ForPlayer<T>(
  1. String playerId,
  2. T t
)

Implementation

ForPlayer(this.playerId, this.t);