AuditableService constructor

AuditableService({
  1. String? name,
})

Implementation

AuditableService({
  this.name,
});