isFavorite property

  1. @BuiltValueField(wireName: 'vk_is_favorite')
bool isFavorite

Information on adding an application to favorites:

  • false - the application has not been added to favorites
  • true - the application has been added to favorites

Implementation

@BuiltValueField(wireName: 'vk_is_favorite')
bool get isFavorite;