CeleryEventBase constructor
CeleryEventBase({})
Implementation
CeleryEventBase({
required this.hostname,
required this.utcoffset,
required this.pid,
required this.clock,
required this.uuid,
required this.timestamp,
required this.type,
required this.localReceived,
});