getEndDate method

DateModel? getEndDate()

Implementation

DateModel? getEndDate(){
  return _state?.endDate();
}