ModelServerCommandBase.fromServer constructor

const ModelServerCommandBase.fromServer(
  1. String command, {
  2. DynamicMap publicParameters,
  3. DynamicMap privateParameters,
})

Used to disguise the retrieval of data from the server.

Use for testing purposes.

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

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

Implementation

const factory ModelServerCommandBase.fromServer(
  String command, {
  DynamicMap publicParameters,
  DynamicMap privateParameters,
}) = _ModelServerCommandBase.fromServer;