callIndices property

  1. @TagNumber(3)
CallIndices get callIndices

call indices

Implementation

@$pb.TagNumber(3)
$10.CallIndices get callIndices => $_getN(2);
  1. @TagNumber(3)
set callIndices (CallIndices v)

Implementation

@$pb.TagNumber(3)
set callIndices($10.CallIndices v) {
  setField(3, v);
}