ActivateDeviceConfig constructor

ActivateDeviceConfig({
  1. String? uid,
  2. String? username,
  3. String? countryCode,
  4. String? phoneNumber,
  5. String? email,
  6. String? reference1,
  7. String? reference2,
  8. String? reference3,
})

Implementation

ActivateDeviceConfig({
  this.uid,
  this.username,
  this.countryCode,
  this.phoneNumber,
  this.email,
  this.reference1,
  this.reference2,
  this.reference3,
});