RemoteMessage constructor

RemoteMessage({
  1. Notification? notification,
  2. Map<String?, Object?>? data,
})

Implementation

RemoteMessage({
  this.notification,
  this.data,
});