callIndices property

  1. @TagNumber(2)
CallIndices get callIndices

call indices

Implementation

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

Implementation

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