accountId property

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

Implementation

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

Implementation

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