Score constructor

Score({
  1. String? iOSLeaderboardID,
  2. String? androidLeaderboardID,
  3. int? value,
  4. String? token,
})

Implementation

Score({this.iOSLeaderboardID, this.androidLeaderboardID, this.value, this.token});