isNotLatest property

bool get isNotLatest

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

Implementation

bool get isNotLatest => !isLatest;