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