MessagePayload constructor

MessagePayload({
  1. String? type,
  2. dynamic data,
})

Implementation

MessagePayload({this.type, this.data});