hasNotLastReviewedAt property

bool get hasNotLastReviewedAt

Returns true if lastReviewedAt is null, otherwise false.

Implementation

bool get hasNotLastReviewedAt => !hasLastReviewedAt;