LogTailStructuredUi constructor

const LogTailStructuredUi({
  1. required OutputFormatter<Object, String> formatter,
  2. bool raw = false,
})

Implementation

const LogTailStructuredUi({required this.formatter, this.raw = false});