callIndices property

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

call indices

Implementation

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

Implementation

@$pb.TagNumber(4)
set callIndices($0.CallIndices value) => $_setField(4, value);