TronFeeInformation constructor

const TronFeeInformation({
  1. required Amount feeLimit,
})

Implementation

const TronFeeInformation({
  required this.feeLimit,
});