PushNotification class abstract

Constructors

PushNotification([void updates(PushNotificationBuilder b)])
factory

Properties

ackId String?
no setter
badge num?
no setter
category String?
no setter
channelId String?
no setter
channelName String?
no setter
contAva num?
no setter
deviceId String?
no setter
fromWebhook String?
no setter
hashCode int
The hash code for this object.
no setterinherited
isIdLoaded bool?
no setter
message String?
no setter
overrideIconUrl String?
no setter
overrideUsername String?
no setter
platform String?
no setter
postId String?
no setter
rootId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderId String?
no setter
senderName String?
no setter
serverId String?
no setter
sound String?
no setter
teamId String?
no setter
type String?
no setter
version String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PushNotificationBuilder)) PushNotification
Rebuilds the instance.
inherited
toBuilder() PushNotificationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PushNotification>
no setter