LogOutEvent constructor

LogOutEvent({
  1. Level level = Level.info,
  2. List<String> lines = const [],
})

Implementation

LogOutEvent({this.level = Level.info, this.lines = const []});