notificationText property

  1. @TagNumber(2)
String get notificationText

@doc The text of the notification.

Implementation

@$pb.TagNumber(2)
$core.String get notificationText => $_getSZ(1);
  1. @TagNumber(2)
set notificationText (String value)

Implementation

@$pb.TagNumber(2)
set notificationText($core.String value) => $_setString(1, value);