OutputEvent constructor

OutputEvent(
  1. Level level,
  2. List<String> lines
)

Implementation

OutputEvent(this.level, this.lines);