AssetListResponseV2$Response constructor

const AssetListResponseV2$Response({
  1. required List<AssetInfoSchemaV2> assetList,
})

Implementation

const AssetListResponseV2$Response({
  required this.assetList,
});