ManagedAction constructor

ManagedAction({
  1. String? actionDescription,
  2. String? actionId,
  3. ActionType? actionType,
  4. ActionStatus? status,
  5. DateTime? windowStartTime,
})

Implementation

ManagedAction({
  this.actionDescription,
  this.actionId,
  this.actionType,
  this.status,
  this.windowStartTime,
});