AssetPriceHistoryInput constructor
Returns a new AssetPriceHistoryInput instance.
Implementation
AssetPriceHistoryInput({
required this.assetId,
this.priceUsd,
this.dateEnded,
});
Returns a new AssetPriceHistoryInput instance.
AssetPriceHistoryInput({
required this.assetId,
this.priceUsd,
this.dateEnded,
});