UpdateTokenResponse constructor

UpdateTokenResponse({
  1. String? updatedDeviceToken,
  2. String? updatedVoipToken,
  3. String? error,
})

Model constructor

Implementation

UpdateTokenResponse(
    {this.updatedDeviceToken, this.updatedVoipToken, this.error});