AssetPriceHistory constructor
AssetPriceHistory({})
Returns a new AssetPriceHistory instance.
Implementation
AssetPriceHistory({
this.dateCreated,
this.lastUpdated,
this.aphId,
required this.assetId,
this.priceUsd,
this.dateEnded,
});