getIcon method
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;
}Gets the value of android.notification.icon field.
Returns the value of android.notification.icon field, or null if absent.
String? getIcon() {
  return _icon;
}