badge property

int? badge

Returns the badge number for the notification.

Implementation

int? get badge {
  return _badge;
}