withParsedMeta abstract method
PushNotification?
withParsedMeta(
- PushNotificationMetadataMapper mapper, [
- 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]);