product property

  1. @JsonKey(name: "mp", fromJson: productFromJson, toJson: productToJson)
Product product
final

Implementation

@JsonKey(name: "mp", fromJson: productFromJson, toJson: productToJson)
final Product product;