GetAssetPriceHistoryById200Response constructor
GetAssetPriceHistoryById200Response({
- required String message,
- required AssetPriceHistory data,
Returns a new GetAssetPriceHistoryById200Response instance.
Implementation
GetAssetPriceHistoryById200Response({
required this.message,
required this.data,
});