accountId property

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

Implementation

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

Implementation

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