ModelCounter.fromServer constructor

const ModelCounter.fromServer(
  1. int value
)

Used to disguise the retrieval of data from the server.

Use for testing purposes.

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

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

Implementation

const factory ModelCounter.fromServer(int value) = _ModelCounter.fromServer;