notification property

  1. @TagNumber(1)
NotificationMessage get notification

Implementation

@$pb.TagNumber(1)
NotificationMessage get notification => $_getN(0);
  1. @TagNumber(1)
set notification (NotificationMessage v)

Implementation

@$pb.TagNumber(1)
set notification(NotificationMessage v) { setField(1, v); }