ModelToken.fromServer constructor

const ModelToken.fromServer(
  1. List<String> tokenList
)

Used to disguise the retrieval of data from the server.

Use for testing purposes.

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

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

Implementation

const factory ModelToken.fromServer(List<String> tokenList) =
    _ModelToken.fromServer;