accountId property

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

Implementation

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

Implementation

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