PendingLogs constructor

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

Implementation

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