storage_client package
documentation
storage_client
SortBy
SortBy const constructor
SortBy
SortBy
constructor
Null safety
const
SortBy
(
{
String
?
column
,
String
?
order
}
)
Implementation
const SortBy({this.column, this.order});
storage_client package
documentation
storage_client
SortBy
SortBy const constructor
SortBy class
Constructors
SortBy
Properties
column
hashCode
order
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==