LocalNotificationScheduleModel.fromJson constructor
Convert from JSON.
LocalNotificationScheduleModel.fromJson(json);
Implementation
factory LocalNotificationScheduleModel.fromJson(Map<String, Object?> json) =>
_$LocalNotificationScheduleModelFromJson(json);