ActivationStatus constructor

ActivationStatus({
  1. String? state,
})

Implementation

ActivationStatus({
  this.state,
});