BusinessInfo constructor
BusinessInfo({
- BusinessLocation? location,
- BusinessOpeningHours? openingHours,
- BusinessOpeningHours? localOpeningHours,
- required int nextOpenIn,
- required int nextCloseIn,
- BusinessGreetingMessageSettings? greetingMessageSettings,
- BusinessAwayMessageSettings? awayMessageSettings,
- BusinessStartPage? startPage,
Implementation
BusinessInfo({
this.location,
this.openingHours,
this.localOpeningHours,
required this.nextOpenIn,
required this.nextCloseIn,
this.greetingMessageSettings,
this.awayMessageSettings,
this.startPage,
});