accountId property

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

Implementation

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

Implementation

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