name property

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

The name of the product being sold.

Similar to title, but does not include the name of the app which owns the product. Example: 100 Gold Coins.

Implementation

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