通常,我会使用此代码进行列表。
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
但我不知道如何使用fromJson。
答案 0 :(得分:1)
我通过使用解决了这个问题。
List.castFrom(json['galleries']).map((gallery) => new Gallery.fromJson(gallery)).toList();