reversed property

bool? reversed
final

This Boolean attribute specifies that the list's items are in reverse order. Items will be numbered from high to low.

Implementation

final bool? reversed;