Logs constructor

Logs({
  1. bool? audit,
  2. bool? general,
})

Implementation

Logs({
  this.audit,
  this.general,
});