LocalNotificationScheduleModelInitialCollection typedef
LocalNotificationScheduleModelInitialCollection = _$LocalNotificationScheduleModelInitialCollection
Class for defining initial values to be passed to initialValue
of RuntimeModelAdapter
.
RuntimeModelAdapter(
initialValue: [
LocalNotificationScheduleModelInitialCollection(
"xxx": LocalNotificationScheduleModel(...),
),
],
);
Implementation
typedef LocalNotificationScheduleModelInitialCollection
= _$LocalNotificationScheduleModelInitialCollection;