callIndices property

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

call indices

Implementation

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

Implementation

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