StopExecutionOutput constructor
StopExecutionOutput({
- required DateTime stopDate,
Implementation
StopExecutionOutput({
required this.stopDate,
});
StopExecutionOutput({
required this.stopDate,
});