TransactionFee constructor

TransactionFee({
  1. int? fee,
  2. Rates? rates,
  3. TransactionFeeErrors? errors,
})

Implementation

TransactionFee({this.fee, this.rates, this.errors});