getEndDate method

DateTime? getEndDate()

Implementation

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