RemoteMessage constructor
const
RemoteMessage({})
Implementation
const RemoteMessage({
required this.id,
required this.type,
required this.action,
required this.payload,
required this.timestamp,
this.replyTo,
});