SystemStatus constructor
SystemStatus({
- Environment? environment,
- Database? database,
- List<
ActivePlugin> ? activePlugins, - Theme? theme,
- Settings? settings,
- Security? security,
- List<
Page> ? pages,
Implementation
SystemStatus({
this.environment,
this.database,
this.activePlugins,
this.theme,
this.settings,
this.security,
this.pages,
});