LogOption constructor

const LogOption({
  1. String? projectName,
  2. LogMode? mode,
  3. bool? isEnable,
  4. Language? language,
  5. ColorTheme? colorTheme,
  6. String? decorator,
  7. String? splitDecorator,
})

Implementation

const LogOption({
  this.projectName,
  this.mode,
  this.isEnable,
  this.language,
  this.colorTheme,
  this.decorator,
  this.splitDecorator,
});