RemoteMessage constructor
const
RemoteMessage({})
Implementation
const RemoteMessage(
{this.senderId,
this.data = const <String, dynamic>{},
this.from,
this.messageId,
this.messageType,
this.title,
this.body,
this.sentTime,
this.ttl});