LocalBusinessSchema constructor
const
LocalBusinessSchema({
- required String name,
- LocalBusinessType? businessType,
- String? description,
- String? url,
- String? image,
- String? telephone,
- String? email,
- PostalAddress? address,
- GeoCoordinates? geo,
- List<
OpeningHours> ? openingHours, - String? priceRange,
- List<
String> ? sameAs, - List<
String> ? servesCuisine, - String? currenciesAccepted,
- String? paymentAccepted,
Implementation
const LocalBusinessSchema({
required this.name,
this.businessType,
this.description,
this.url,
this.image,
this.telephone,
this.email,
this.address,
this.geo,
this.openingHours,
this.priceRange,
this.sameAs,
this.menu,
this.servesCuisine,
this.currenciesAccepted,
this.paymentAccepted,
});