category property

String? category

Property getter and setter for category:

Implementation

String? get category;
void category=(String? category)

Implementation

set category(String? category);