RemoteNotificationScheduleModel constructor

const RemoteNotificationScheduleModel({
  1. 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;