inboxId property

  1. @TagNumber.new(3)
InboxId get inboxId

Implementation

@$pb.TagNumber(3)
InboxId get inboxId => $_getN(2);
  1. @TagNumber.new(3)
set inboxId (InboxId v)

Implementation

@$pb.TagNumber(3)
set inboxId(InboxId v) { setField(3, v); }