reverse property Null safety

bool reverse
read / write

Determines whether to sort the retrieved messages in reverse order. If false, the results are in ascending order.

Implementation

bool reverse = false;