TffExtraCharge constructor

TffExtraCharge({
  1. double? charge,
  2. String? description,
})

Implementation

TffExtraCharge({
  this.charge,
  this.description,
});