FcmMessage constructor
FcmMessage({
- FcmNotification? notification,
- FcmData? data,
- FcmAndroid? android,
- Apns? apns,
- String? token,
- Webpush? webpush,
- String? topic,
- String? condition,
Implementation
FcmMessage({
this.notification,
this.data,
this.android,
this.apns,
this.token,
this.webpush,
this.topic,
this.condition,
});