accountId property

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

Implementation

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

Implementation

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