DailySubEntityType constructor

DailySubEntityType({
  1. String? dayOfWeek,
  2. TimeOfDay? timeOfDay,
})

Implementation

DailySubEntityType({this.dayOfWeek, this.timeOfDay});