AssetListResponse$Response constructor

const AssetListResponse$Response({
  1. required List<AssetInfoSchema> assetList,
})

Implementation

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