callIndices property

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

call indices

Implementation

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

Implementation

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