AuditCheckConfiguration constructor

AuditCheckConfiguration({
  1. bool? enabled,
})

Implementation

AuditCheckConfiguration({
  this.enabled,
});