LabeledPricePart constructor

LabeledPricePart({
  1. required String label,
  2. required int amount,
})

Implementation

LabeledPricePart({required this.label, required this.amount});