NftsListOrder class abstract
Represents the order options for NFTs list.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- floorPriceNativeAscending → const String
- Order by floor price in native currency in ascending order.
- floorPriceNativeDescending → const String
- Order by floor price in native currency in descending order.
- h24VolumeNativeAscending → const String
- Order by 24-hour volume in native currency in ascending order.
- h24VolumeNativeDescending → const String
- Order by 24-hour volume in native currency in descending order.
- h24VolumeUsdAscending → const String
- Order by 24-hour volume in USD in ascending order.
- h24VolumeUsdDescending → const String
- Order by 24-hour volume in USD in descending order.
- marketCapNativeAscending → const String
- Order by market capitalization in native currency in ascending order.
- marketCapNativeDescending → const String
- Order by market capitalization in native currency in descending order.
- marketCapUsdAscending → const String
- Order by market capitalization in USD in ascending order.
- marketCapUsdDescending → const String
- Order by market capitalization in USD in descending order.