accountId property

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

Implementation

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

Implementation

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