AppMessage constructor

AppMessage({
  1. String? package,
  2. String? method,
  3. String? funid,
  4. String? data,
})

Implementation

AppMessage({
  this.package,
  this.method,
  this.funid,
  this.data,
});