hasNotSeenAt property

bool get hasNotSeenAt

Returns true if seenAt is null, otherwise false.

Implementation

bool get hasNotSeenAt => !hasSeenAt;