SubmitControllerDto constructor
SubmitControllerDto({})
Implementation
SubmitControllerDto({
required this.id,
required this.state,
required this.type,
required this.canRetry,
required this.canRetrigger,
required this.allowCancel,
required this.allowResubmit,
required this.canTrigger,
required this.autoTrigger,
required this.withHaptics,
required this.debugLabel,
});