indexes property

  1. @Deprecated('Use defaultCollection.indexes instead.')
FutureOr<List<String>> indexes

The names of all existing indexes.

Implementation

@Deprecated('Use defaultCollection.indexes instead.')
FutureOr<List<String>> get indexes;