SystemStatus constructor

SystemStatus(
  1. {Environment? environment,
  2. Database? database,
  3. List<ActivePlugin>? activePlugins,
  4. Theme? theme,
  5. Settings? settings,
  6. Security? security,
  7. List<Page>? pages}
)

Implementation

SystemStatus({
  this.environment,
  this.database,
  this.activePlugins,
  this.theme,
  this.settings,
  this.security,
  this.pages,
});