getColor method

String? getColor()

Gets the value of android.notification.color field.

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

Implementation

String? getColor() {
  return _color;
}