Message constructor
Message({
- AndroidConfig? android,
- ApnsConfig? apns,
- String? condition,
- Map<
String, String> ? data, - FcmOptions? fcmOptions,
- String? name,
- Notification? notification,
- String? token,
- String? topic,
- WebpushConfig? webpush,
Implementation
Message({
this.android,
this.apns,
this.condition,
this.data,
this.fcmOptions,
this.name,
this.notification,
this.token,
this.topic,
this.webpush,
});