ton_client_dart
ton_client_dart
SortDirection
SortDirection.DESC constructor
SortDirection.DESC
ton_client_dart
ton_client_dart
SortDirection
SortDirection.DESC constructor
SortDirection class
Constructors
ASC
DESC
fromMap
Properties
hashCode
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==
SortDirection.DESC
constructor
SortDirection.DESC
(
)
Implementation
SortDirection.DESC() { _value = 'DESC'; }