webappLink property
Implementation
String get id; String get name; String get homepage;@JsonKey(name: 'image_id') String get imageId; int get order;@JsonKey(name: 'mobile_link') String? get mobileLink;@JsonKey(name: 'desktop_link') String? get desktopLink;@JsonKey(name: 'link_mode') String? get linkMode;@JsonKey(name: 'webapp_link') String? get webappLink;