NotifyMessage constructor

NotifyMessage({
  1. int? charCode,
  2. int? type,
  3. dynamic value,
})

Implementation

NotifyMessage({
  this.charCode,
  this.type,
  this.value,
});