hasLastReviewedAt property

bool get hasLastReviewedAt

Returns true if lastReviewedAt is not null, otherwise false.

Implementation

bool get hasLastReviewedAt => lastReviewedAt != null;