getStartDate method

DateModel? getStartDate()

Implementation

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