category property
final
The category id selected by the user.
For built-in categories this matches one of the FeedbackCategory
constants (e.g. 'bug', 'suggestion'). Custom categories use whatever
FeedbackCategoryItem.id the caller supplied.
Implementation
final String category;