indexSpec property

  1. @TagNumber(4)
List<List<int>> get indexSpec

index_spec accepts a MongoDB index specification defined in JSON format

Implementation

@$pb.TagNumber(4)
$core.List<$core.List<$core.int>> get indexSpec => $_getList(3);