notificationTitle property

  1. @TagNumber(1)
String get notificationTitle

@doc The title of the notification.

Implementation

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

Implementation

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