GetAssetPriceHistoryById200Response constructor

GetAssetPriceHistoryById200Response({
  1. required String message,
  2. required AssetPriceHistory data,
})

Returns a new GetAssetPriceHistoryById200Response instance.

Implementation

GetAssetPriceHistoryById200Response({
  required this.message,
  required this.data,
});