hasNotLastReportedAt property

bool get hasNotLastReportedAt

Returns true if lastReportedAt is null, otherwise false.

Implementation

bool get hasNotLastReportedAt => !hasLastReportedAt;