SetPlayerIdResponse constructor

SetPlayerIdResponse({
  1. String? results,
  2. int? statusCode,
  3. String? error,
  4. String? errorDescription,
})

Implementation

SetPlayerIdResponse(
    {this.results, this.statusCode, this.error, this.errorDescription});