MixPushMessage constructor

const MixPushMessage({
  1. String? platform,
  2. String? title,
  3. String? description,
  4. String? payload,
})

Implementation

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