hasNotLastReviewedBy property

bool get hasNotLastReviewedBy

Returns true if lastReviewedBy is null, otherwise false.

Implementation

bool get hasNotLastReviewedBy => !hasLastReviewedBy;