SubmitConfigDto constructor
SubmitConfigDto({})
Implementation
SubmitConfigDto({
required this.autoTrigger,
required this.allowCancel,
required this.allowResubmit,
required this.hapticsEnabled,
required this.timeout,
required this.action,
});