title property

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

Title of the subscription or the in-app product. The title includes the name of the app.

Implementation

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