recipient property

  1. @TagNumber.new(3)
NotificationRecipient get recipient

Implementation

@$pb.TagNumber(3)
NotificationRecipient get recipient => $_getN(2);
  1. @TagNumber.new(3)
set recipient (NotificationRecipient value)

Implementation

@$pb.TagNumber(3)
set recipient(NotificationRecipient value) => $_setField(3, value);