Message constructor

Message({
  1. AndroidConfig? android,
  2. ApnsConfig? apns,
  3. String? condition,
  4. Map<String, String>? data,
  5. FcmOptions? fcmOptions,
  6. String? name,
  7. Notification? notification,
  8. String? token,
  9. String? topic,
  10. WebpushConfig? webpush,
})

Implementation

Message({
  this.android,
  this.apns,
  this.condition,
  this.data,
  this.fcmOptions,
  this.name,
  this.notification,
  this.token,
  this.topic,
  this.webpush,
});