FlogFormats constructor

const FlogFormats({
  1. StatementFormat? state,
  2. StatementFormat? nav,
  3. StatementFormat? request,
  4. StatementFormat? info,
  5. StatementFormat? important,
  6. StatementFormat? error,
  7. StatementFormat? fatal,
})

Implementation

const FlogFormats({
  this.state,
  this.nav,
  this.request,
  this.info,
  this.important,
  this.error,
  this.fatal,
});