ManagedRotationStatus constructor

ManagedRotationStatus({
  1. Status? error,
  2. String? state,
})

Implementation

ManagedRotationStatus({this.error, this.state});