Message constructor

Message(
  1. int what, {
  2. String msg = '',
  3. dynamic obj,
})

Implementation

Message(this.what,{this.msg = '', this.obj});