LabeledPrice.fromJson constructor
Converts a JSON object to a LabeledPrice object
Implementation
factory LabeledPrice.fromJson(Map<String, dynamic> json) =>
_$LabeledPriceFromJson(json);
Converts a JSON object to a LabeledPrice object
factory LabeledPrice.fromJson(Map<String, dynamic> json) =>
_$LabeledPriceFromJson(json);