BusinessWorkHours constructor
const
BusinessWorkHours({
- required bool openNow,
- required String timezoneId,
- required List<
BusinessWeeklyOpenBase> weeklyOpen,
Business Work Hours constructor.
Implementation
const BusinessWorkHours({
required this.openNow,
required this.timezoneId,
required this.weeklyOpen,
}) : super._();