callIndices property

  1. @TagNumber(4)
CallIndices get callIndices

call indices

Implementation

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

Implementation

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