Message constructor

Message({
  1. int what = 100,
  2. String msg = "",
})

Implementation

Message({this.what = 100, this.msg = ""});