CreateActivationResult constructor

CreateActivationResult({
  1. String? activationCode,
  2. String? activationId,
})

Implementation

CreateActivationResult({
  this.activationCode,
  this.activationId,
});