LogEntry constructor

LogEntry({
  1. CloudLoggingEntry? cloudLoggingEntry,
})

Implementation

LogEntry({
  this.cloudLoggingEntry,
});