notificationImageUrl property

  1. @TagNumber(3)
String get notificationImageUrl

@doc The image URL of the notification.

Implementation

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

Implementation

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