getAlert method

String? getAlert()

Value of the aps.alert field.

Implementation

String? getAlert() {
  return _alert;
}