TransactionFee constructor
TransactionFee({
- int? fee,
- Rates? rates,
- TransactionFeeErrors? errors,
Implementation
TransactionFee({this.fee, this.rates, this.errors});