notificationImageUrl property

  1. @TagNumber(5)
FFValue get notificationImageUrl

@doc The image URL of the notification.

Implementation

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

Implementation

@$pb.TagNumber(5)
set notificationImageUrl(FFValue value) => $_setField(5, value);