category property

String? category

Category of app or website.

Implementation

String? get category {
  return _safeValue<String>('category');
}