TemplateBootstrap.empty constructor

const TemplateBootstrap.empty()

Creates an empty template bootstrap configuration.

Implementation

const TemplateBootstrap.empty()
    : enabled = false,
      app = null,
      main = null;