TransactionStreamAmount constructor

TransactionStreamAmount({
  1. double? amount,
  2. String? isoCurrencyCode,
  3. String? unofficialCurrencyCode,
})

Implementation

TransactionStreamAmount({
  this.amount,
  this.isoCurrencyCode,
  this.unofficialCurrencyCode,
});