reverse property Null safety
read / write
Determines whether to sort the retrieved messages in reverse order.
If false
, the results are in ascending order. Default is false
Implementation
bool reverse = false;
Determines whether to sort the retrieved messages in reverse order.
If false
, the results are in ascending order. Default is false
bool reverse = false;