MyBusinessHoursValidator constructor
Implementation
const MyBusinessHoursValidator({
this.startHour = 9,
this.endHour = 17,
this.allowedWeekdays = const [1, 2, 3, 4, 5], // Lunes a Viernes
});
const MyBusinessHoursValidator({
this.startHour = 9,
this.endHour = 17,
this.allowedWeekdays = const [1, 2, 3, 4, 5], // Lunes a Viernes
});