PushMessageContent constructor

PushMessageContent({
  1. String? recipient,
  2. String? userId,
  3. bool? nativePush,
  4. Object? body,
  5. Notification? notification,
  6. String? envelopeType,
})

Implementation

PushMessageContent({
  this.recipient,
  this.userId,
  this.nativePush,
  this.body,
  this.notification,
  this.envelopeType,
});