link property

  1. @JsonKey(name: 'link')
String? link
getter/setter pair

Link to website for the application where a user can learn more about the app.

Implementation

@JsonKey(name:'link')
String? link;