Parse from a json
factory LabeledPricePart.fromJson(Map<String, dynamic> json) => LabeledPricePart( label: json['label'], amount: json['amount'], );