requestingAccountId property

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

Implementation

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

Implementation

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