UGoldQuoteResponse constructor
UGoldQuoteResponse({
- TagGoldAsset? baseAsset,
- TagGoldAsset? quoteAsset,
- String? unit,
- double? baseUnitPrice,
- double? buyUnitPrice,
- double? sellUnitPrice,
- DateTime? updatedAt,
Implementation
UGoldQuoteResponse({
this.baseAsset,
this.quoteAsset,
this.unit,
this.baseUnitPrice,
this.buyUnitPrice,
this.sellUnitPrice,
this.updatedAt,
});