ApplicationVerifyResponse constructor

ApplicationVerifyResponse({
  1. String? alternatePlayerId,
  2. String? kind,
  3. String? playerId,
})

Implementation

ApplicationVerifyResponse({this.alternatePlayerId, this.kind, this.playerId});