authoredBy property

  1. @TagNumber.new(4)
AccountUserId get authoredBy

Implementation

@$pb.TagNumber(4)
$1.AccountUserId get authoredBy => $_getN(3);
  1. @TagNumber.new(4)
set authoredBy (AccountUserId value)

Implementation

@$pb.TagNumber(4)
set authoredBy($1.AccountUserId value) => $_setField(4, value);