@override Map<String, dynamic> toJson() => { 'type': type, 'reminderType': reminderType, 'isSubAgent': isSubAgent, 'planFilePath': planFilePath, 'planExists': planExists, };