PlanModeAttachment constructor
PlanModeAttachment({})
Implementation
PlanModeAttachment({
required this.reminderType,
this.isSubAgent = false,
required this.planFilePath,
required this.planExists,
});
PlanModeAttachment({
required this.reminderType,
this.isSubAgent = false,
required this.planFilePath,
required this.planExists,
});