accountId property

  1. @TagNumber(1)
AccountId accountId

Implementation

@$pb.TagNumber(1)
$7.AccountId get accountId => $_getN(0);
  1. @TagNumber(1)
void accountId=(AccountId v)

Implementation

@$pb.TagNumber(1)
set accountId($7.AccountId v) { setField(1, v); }