LabeledPrice constructor
Constructs a LabeledPrice object
Implementation
const LabeledPrice({
required this.label,
required this.amount,
});
Constructs a LabeledPrice object
const LabeledPrice({
required this.label,
required this.amount,
});