accountId property

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

Implementation

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

Implementation

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