getStartDate method

DateTime? getStartDate()

Implementation

DateTime? getStartDate() {
  return _state?.startDate();
}