ConsoleVariables constructor
ConsoleVariables({})
Implementation
ConsoleVariables({
required this.appDomainTarget,
required this.appStorageLimit,
required this.appFunctionsSizeLimit,
required this.appUsageStats,
required this.appVcsEnabled,
required this.appDomainEnabled,
required this.appAssistantEnabled,
});