ScheduleFormState.empty constructor

const ScheduleFormState.empty()

Implementation

const ScheduleFormState.empty()
    : frequency = null,
      nextStartDate = null,
      nextStartTime = null,
      mode = null,
      duration = null;