AssetListResponseV2$Response constructor
const
AssetListResponseV2$Response({
- required List<
AssetInfoSchemaV2> assetList,
Implementation
const AssetListResponseV2$Response({
required this.assetList,
});