Logs constructor
Logs({})
Returns a new Logs instance.
Implementation
Logs({
this.clientId,
required this.time,
required this.type,
this.userId,
this.sessionId,
this.ipAddress,
this.details,
});
Returns a new Logs instance.
Logs({
this.clientId,
required this.time,
required this.type,
this.userId,
this.sessionId,
this.ipAddress,
this.details,
});