NotificationBuilder class

Implemented types

Constructors

NotificationBuilder()

Properties

actions ↔ ListBuilder<NotificationAction>
covariantgetter/setter pairoverride
app String?
covariantgetter/setter pairoverride
datetime String?
covariantgetter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
icon String?
covariantgetter/setter pairoverride
covariantgetter/setter pairoverride
message String?
covariantgetter/setter pairoverride
messageRich String?
covariantgetter/setter pairoverride
messageRichParameters ↔ MapBuilder<String, JsonObject>
covariantgetter/setter pairoverride
notificationId int?
covariantgetter/setter pairoverride
objectId String?
covariantgetter/setter pairoverride
objectType String?
covariantgetter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldNotify bool?
covariantgetter/setter pairoverride
subject String?
covariantgetter/setter pairoverride
subjectRich String?
covariantgetter/setter pairoverride
subjectRichParameters ↔ MapBuilder<String, JsonObject>
covariantgetter/setter pairoverride
user String?
covariantgetter/setter pairoverride

Methods

build() Notification
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(covariant Notification 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(NotificationBuilder)?) → void
Applies updates.
override

Operators

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