LabeledPricePart constructor

LabeledPricePart({
  1. String? extra,
  2. int? client_id,
  3. string? label,
  4. int53? amount,
})

Implementation

LabeledPricePart({
  super.extra,
  super.client_id,
  this.label,
  this.amount,
});