appliesToAccountId property

  1. @TagNumber.new(9)
AccountId get appliesToAccountId

Implementation

@$pb.TagNumber(9)
$1.AccountId get appliesToAccountId => $_getN(7);
  1. @TagNumber.new(9)
set appliesToAccountId (AccountId value)

Implementation

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