PayloadMessageModel constructor

const PayloadMessageModel({
  1. String? payload,
  2. String? description,
  3. String? title,
  4. String? platform,
  5. bool? passThrough,
})

Implementation

const PayloadMessageModel({
  this.payload,
  this.description,
  this.title,
  this.platform,
  this.passThrough});