adminAccountId property

  1. @TagNumber.new(1)
AccountId get adminAccountId

Implementation

@$pb.TagNumber(1)
$0.AccountId get adminAccountId => $_getN(0);
  1. @TagNumber.new(1)
set adminAccountId (AccountId value)

Implementation

@$pb.TagNumber(1)
set adminAccountId($0.AccountId value) => $_setField(1, value);