MmAudit constructor
MmAudit({})
Returns a new MmAudit instance.
Implementation
MmAudit({
this.id,
this.createAt,
this.userId,
this.action,
this.extraInfo,
this.ipAddress,
this.sessionId,
});
Returns a new MmAudit instance.
MmAudit({
this.id,
this.createAt,
this.userId,
this.action,
this.extraInfo,
this.ipAddress,
this.sessionId,
});