callIndices property

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

call indices

Implementation

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

Implementation

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