RemoteNotificationScheduleModel constructor
const
RemoteNotificationScheduleModel({
- required ModelServerCommandRemoteNotificationSchedule command,
This model is for scheduling and registering remote PUSH notifications.
Specify the date and time to send the notification in time
.
Specify the title of the notification in title
. Specify the body of the notification in text
.
リモートPUSH通知をスケジュールして登録するためのモデルです。
time
に通知を送信する日時を指定します。
title
に通知のタイトルを指定します。text
に通知の本文を指定します。
Implementation
const factory RemoteNotificationScheduleModel({
required ModelServerCommandRemoteNotificationSchedule command,
}) = _RemoteNotificationScheduleModel;