BestPlayerEvent constructor

BestPlayerEvent(
  1. String type,
  2. dynamic data
)

Implementation

BestPlayerEvent(this.type, this.data);