category property
String?
get
category
Category of app or website.
Implementation
String? get category {
return _safeValue<String>('category');
}
Category of app or website.
String? get category {
return _safeValue<String>('category');
}