IndexedColumn class
Describes an indexed column.
Constructors
- IndexedColumn(String column, {bool ascending = true})
- 
          
            const
- IndexedColumn.ascending(String column)
- 
          
            const
- IndexedColumn.descending(String column)
- 
          
            const
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson(Table table) → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited