AssetInfoScreenerResponse$Response constructor

const AssetInfoScreenerResponse$Response({
  1. required AssetInfoScreenerSchema asset,
})

Implementation

const AssetInfoScreenerResponse$Response({
  required this.asset,
});