isValid method

bool isValid()

Implementation

bool isValid() => _startDate != null && _duration != null;