FormattedPrices.fromJson constructor

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

Implementation

FormattedPrices.fromJson(Map<String, dynamic> json) {
  price = json['price'];
  specialPrice = null;
}