PushNotification class abstract

Implementers

Constructors

PushNotification()

Properties

body String?
no setter
collapseKey String?
no setter
createdAt DateTime?
no setter
hashCode int
The hash code for this object.
no setterinherited
meta PushNotificationMetadata?
no setter
rawMeta Map<String, dynamic>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withParsedMeta(PushNotificationMetadataMapper mapper, [Map<String, dynamic>? map]) PushNotification?
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

Operators

operator ==(Object other) bool
The equality operator.
inherited