ticker property

String? ticker

Returns the ticker text of the notification.

Implementation

String? get ticker {
  return _ticker;
}