menu
mailslurp package
documentation
api.dart
Sort
Sort constructor
Sort constructor
dark_mode
light_mode
Sort
constructor
Sort
(
{
bool
?
empty
,
bool
?
sorted
,
bool
?
unsorted
,
})
Returns a new
Sort
instance.
Implementation
Sort({ this.empty, this.sorted, this.unsorted, });
mailslurp package
documentation
api
Sort
Sort constructor
Sort class