ManagedAction constructor
ManagedAction({
- String? actionDescription,
- String? actionId,
- ActionType? actionType,
- ActionStatus? status,
- DateTime? windowStartTime,
Implementation
ManagedAction({
this.actionDescription,
this.actionId,
this.actionType,
this.status,
this.windowStartTime,
});