isOldest property

bool get isOldest

Returns true if this value is oldest, otherwise false.

Implementation

bool get isOldest => this == KnownThreadViewPrefSort.oldest;