getIcon method

String? getIcon()

Gets the value of android.notification.icon field.

Returns the value of android.notification.icon field, or null if absent.

Implementation

String? getIcon() {
  return _icon;
}