custom property

  1. @TagNumber(1)
CustomCallIndices get custom

Implementation

@$pb.TagNumber(1)
CustomCallIndices get custom => $_getN(0);
  1. @TagNumber(1)
set custom (CustomCallIndices v)

Implementation

@$pb.TagNumber(1)
set custom(CustomCallIndices v) {
  setField(1, v);
}