LogTailStructuredUi constructor
const
LogTailStructuredUi({
- required OutputFormatter<
Object, String> formatter, - bool raw = false,
Implementation
const LogTailStructuredUi({required this.formatter, this.raw = false});