getBadge method

String? getBadge()

Value of the aps.badge field as a string value.

Implementation

String? getBadge() {
  return _badge;
}