TierRate constructor

TierRate({
  1. double? startUsageAmount,
  2. Money? unitPrice,
})

Implementation

TierRate({
  this.startUsageAmount,
  this.unitPrice,
});