PushNotificationBuilder class

Constructors

PushNotificationBuilder()

Properties

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

Methods

build() → _$PushNotification
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(PushNotification other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(PushNotificationBuilder)?) → void
Applies updates.
override

Operators

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