withParsedMeta abstract method

PushNotification? withParsedMeta(
  1. PushNotificationMetadataMapper mapper, [
  2. Map<String, dynamic>? map
])

This method will return a new instance with correct decoded metadata of PushNotificationMetadata model If you are implementing a custom implementation of PushNotificationModel class you must make sure you are implementing this method and using to type your meta

Implementation

PushNotification? withParsedMeta(PushNotificationMetadataMapper mapper, [Map<String, dynamic>? map]);