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