Index class

By using this class you can define index for your Entity or table. For more information about index, you can refer to https://sqlite.org/

Constructors

Index({List<String> columns = const [], String? name, bool unique = false, List<IndexOrder> orders = const []})
const

Properties

columns List<String>
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
orders List<IndexOrder>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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