AlexCIConfig constructor

const AlexCIConfig({
  1. bool enabled = _defaultEnabled,
})

Implementation

const AlexCIConfig({
  this.enabled = _defaultEnabled,
});