$NotificationInterfaceBuilder class abstract mixin

Implementers

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace($NotificationInterface other) → void
toString() → String
A string representation of this object.
inherited
update(void updates($NotificationInterfaceBuilder)) → void

Operators

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