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