profileAccountId property

  1. @TagNumber.new(2)
AccountId get profileAccountId

Implementation

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

Implementation

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