FcmMessage constructor

FcmMessage({
  1. FcmNotification? notification,
  2. FcmData? data,
  3. FcmAndroid? android,
  4. Apns? apns,
  5. String? token,
  6. Webpush? webpush,
  7. String? topic,
  8. String? condition,
})

Implementation

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