hasLastReportedAt property

bool get hasLastReportedAt

Returns true if lastReportedAt is not null, otherwise false.

Implementation

bool get hasLastReportedAt => lastReportedAt != null;