hasSince property

bool get hasSince

Returns true if since is not null, otherwise false.

Implementation

bool get hasSince => since != null;