toDateTimes property

List get toDateTimes

Implementation

List get toDateTimes {
  return [DateTime.parse(start), if (end != null) DateTime.parse(end!)];
}