notificationText property

  1. @TagNumber(4)
FFValue get notificationText

@doc The text of the notification.

Implementation

@$pb.TagNumber(4)
FFValue get notificationText => $_getN(3);
  1. @TagNumber(4)
set notificationText (FFValue value)

Implementation

@$pb.TagNumber(4)
set notificationText(FFValue value) => $_setField(4, value);