FeesData constructor

FeesData({
  1. String? amount,
  2. List<FeeItem>? fees,
})

Implementation

FeesData({
  this.amount,
  this.fees,
});