ClaimDevicesByClaimCodeResponse constructor

ClaimDevicesByClaimCodeResponse({
  1. String? claimCode,
  2. int? total,
})

Implementation

ClaimDevicesByClaimCodeResponse({
  this.claimCode,
  this.total,
});