getCategory method

String? getCategory()

Value of the aps.category field.

Implementation

String? getCategory() {
  return _category;
}