getBody method

String? getBody()

Value of the aps.alert.body field.

Implementation

String? getBody() {
  return _body;
}