UGoldQuoteResponse constructor

UGoldQuoteResponse({
  1. TagGoldAsset? baseAsset,
  2. TagGoldAsset? quoteAsset,
  3. String? unit,
  4. double? baseUnitPrice,
  5. double? buyUnitPrice,
  6. double? sellUnitPrice,
  7. DateTime? updatedAt,
})

Implementation

UGoldQuoteResponse({
  this.baseAsset,
  this.quoteAsset,
  this.unit,
  this.baseUnitPrice,
  this.buyUnitPrice,
  this.sellUnitPrice,
  this.updatedAt,
});