Constructs a Price from the provided json.
json
factory Price.fromJson(Map<String, dynamic> json) => _$PriceFromJson(json);