TimedRequestInput constructor
TimedRequestInput({})
Implementation
TimedRequestInput({
required this.promptText,
this.template,
this.answerWrapper,
required this.scheduleMode,
this.intervalMinutes,
this.scheduledTimes,
this.reminderEnabled,
this.reminderTemplateId,
this.reminderTimeoutMinutes,
this.reminderRepeat,
});