isNotOldest property

bool get isNotOldest

Returns true if this value is not oldest, otherwise false.

Implementation

bool get isNotOldest => !isOldest;