factory PriceLevel.fromJson(Map<String, dynamic> json) { return PriceLevel( price: json['price'], size: json['size'], ); }