hasNotSince property

bool get hasNotSince

Returns true if since is null, otherwise false.

Implementation

bool get hasNotSince => !hasSince;