MsgOfflinePushModel constructor

MsgOfflinePushModel({
  1. String? title,
  2. String? content,
  3. String? payload,
})

Implementation

MsgOfflinePushModel({
  this.title,
  this.content,
  this.payload,
});