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