SFWFConfig constructor
const
SFWFConfig({})
Implementation
const SFWFConfig({
required this.appName,
required this.baseUrl,
this.seoDefaults = const SeoDefaults(),
this.ssrMode = SsrMode.hybrid,
this.enableAI = false,
this.openAiApiKey,
this.supportedLocales = const [Locale('en')],
this.cacheDuration = const Duration(minutes: 5),
});