LogModel constructor
LogModel({})
Implementation
LogModel(
{this.filePath,
this.lineNumber,
this.columnNumber,
this.exception,
this.stackTrace,
this.time,
this.errorFrom,
this.endpoint,
this.method,
this.argument,
this.error,
this.body,
this.deviceId,
this.deviceType});