callIndices property

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

call indices

Implementation

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

Implementation

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