badge property

int? get badge
inherited

Returns the badge number for the notification.

Implementation

int? get badge {
  return _badge;
}