LabeledPrice.fromJson constructor

LabeledPrice.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory LabeledPrice.fromJson(Map<String, dynamic> json) =>
    _$LabeledPriceFromJson(json);