reverse property Null safety

bool reverse
read / write

Determines whether to sort the retrieved messages in reverse order. If false, the results recieves the oldest messages first.

Implementation

bool reverse = false;