Configuration constructor

Configuration({
  1. bool? enabled,
})

Implementation

Configuration({
  this.enabled,
});