accountId property

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

Implementation

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

Implementation

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