CoinMarketsOrder class abstract

Represents the order options for coin markets.

Constructors

CoinMarketsOrder()

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

geckoAscending → const String
Order by Gecko rank in ascending order.
geckoDescending → const String
Order by Gecko rank in descending order.
idAscending → const String
Order by ID in ascending order.
idDescending → const String
Order by ID in descending order.
marketCapAscending → const String
Order by market capitalization in ascending order.
marketCapDescending → const String
Order by market capitalization in descending order.
volumeAscending → const String
Order by volume in ascending order.
volumeDescending → const String
Order by volume in descending order.