Creates a ProductBook from a JSON object.
factory ProductBook.fromJson(Map<String, dynamic> json) { return ProductBook.fromMap(json['pricebook']); }