callIndices property

  1. @TagNumber.new(4)
CallIndices get callIndices

call indices

Implementation

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

Implementation

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