Configuration constructor

const Configuration({
  1. bool? dummy,
})

Implementation

const Configuration({
  this.dummy,
});