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