isIncomplete property

bool isIncomplete

Checks if either start or end is not set.

Implementation

bool get isIncomplete => start == null || end == null;