WebifyConfig constructor

const WebifyConfig({
  1. String? baseUrl,
  2. String? defaultTitle,
  3. String? titleTemplate,
  4. String? defaultDescription,
  5. String? defaultOgImage,
  6. String? twitterSite,
  7. String? locale,
  8. OrganizationSchema? defaultOrganization,
  9. List<AnalyticsProvider> analyticsProviders = const [],
  10. bool enableNoscriptFallback = true,
  11. bool debugMode = false,
  12. String? defaultRobots,
})

Implementation

const WebifyConfig({
  this.baseUrl,
  this.defaultTitle,
  this.titleTemplate,
  this.defaultDescription,
  this.defaultOgImage,
  this.twitterSite,
  this.locale,
  this.defaultOrganization,
  this.analyticsProviders = const [],
  this.enableNoscriptFallback = true,
  this.debugMode = false,
  this.defaultRobots,
});