FeeDetails constructor

FeeDetails(
  1. String total,
  2. String asset, {
  3. List<FeeDetailsDetails>? details,
})

Implementation

FeeDetails(this.total, this.asset, {this.details});