TffFlatRate constructor

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

Implementation

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