ModelServerCommandRemoteNotificationSchedule.fromServer constructor

const ModelServerCommandRemoteNotificationSchedule.fromServer({
  1. DynamicMap publicParameters = const {},
  2. DynamicMap privateParameters = const {},
})

Used to disguise the retrieval of data from the server.

Use for testing purposes.

サーバーからのデータの取得に偽装するために利用します。

テスト用途で用いてください。

Implementation

const ModelServerCommandRemoteNotificationSchedule.fromServer({
  super.publicParameters = const {},
  super.privateParameters = const {},
}) : super(ModelServerCommandRemoteNotificationSchedule.command);