isNotRecent property

bool get isNotRecent

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

Implementation

bool get isNotRecent => !isRecent;