Msg constructor

Msg({
  1. String? code,
  2. String? body,
  3. String? module,
  4. String? level,
})

Constructor Msg

Implementation

Msg({this.code, this.body, this.module, this.level});