IndexInfo class

Constructors

IndexInfo({required String id, required String name, required bool isNewlyCreated, required List<String> fields, required IndexType type, required bool unique, required bool deduplicate, required bool sparse, required int selectivityEstimate})
const

Properties

deduplicate bool
final
fields List<String>
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isNewlyCreated bool
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectivityEstimate int
final
sparse bool
final
type IndexType
final
unique bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited