accountId property

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

Implementation

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

Implementation

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