SemiLogData constructor

const SemiLogData(
  1. SemiLogLevel level,
  2. String msg
)

Implementation

const SemiLogData(this.level, this.msg);