Index class
Constructors
-
Index(String name, List<
IndexedColumn> columns) -
Construct a new index with the specified columns.
const
-
Index.ascending(String name, List<
String> columns) -
Construct a new index with the specified column names.
factory
Properties
-
columns
→ List<
IndexedColumn> -
List of columns used for the index.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Descriptive name of the index.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited