indexFieldSpec property

  1. @TagNumber(2)
IndexFieldSpec get indexFieldSpec

A description of the fields to be indexed

Implementation

@$pb.TagNumber(2)
IndexFieldSpec get indexFieldSpec => $_getN(1);
  1. @TagNumber(2)
set indexFieldSpec (IndexFieldSpec v)

Implementation

@$pb.TagNumber(2)
set indexFieldSpec(IndexFieldSpec v) { setField(2, v); }