Order class

Specifies the sort order of a sorted column.

Constructors

Order({required String column, required int sortOrder})
Order.fromJson(Map<String, dynamic> json)
factory

Properties

column String
The name of the column.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortOrder int
Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).
final

Methods

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

Operators

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