accountId property

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

Implementation

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

Implementation

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