DatadogLog constructor
const
DatadogLog({})
Implementation
const DatadogLog({
required this.ddsource,
required this.ddtags,
required this.message,
required this.service,
required this.hostname,
this.extra = const {},
});