title property

  1. @JsonKey(defaultValue: '')
String title
final

The title of the product being sold.

Similar to name, but includes the name of the app which owns the product. Example: 100 Gold Coins (Coin selling app).

Implementation

@JsonKey(defaultValue: '')
final String title;