HcxActivationKey constructor

HcxActivationKey({
  1. String? activationKey,
  2. String? createTime,
  3. String? name,
  4. String? state,
  5. String? uid,
})

Implementation

HcxActivationKey({
  this.activationKey,
  this.createTime,
  this.name,
  this.state,
  this.uid,
});