hasSeenAt property

bool get hasSeenAt

Returns true if seenAt is not null, otherwise false.

Implementation

bool get hasSeenAt => seenAt != null;