NotificationBuilder class

Constructors

NotificationBuilder()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() → NotificationData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBody(String body) → NotificationBuilder
setButtonId(String buttonId) → NotificationBuilder
setButtons(String buttons) → NotificationBuilder
setChannel(String channel) → NotificationBuilder
setImage(String image) → NotificationBuilder
setMessageId(String messageId) → NotificationBuilder
setPlatform(PlatformType platform) → NotificationBuilder
setSubtitle(String subtitle) → NotificationBuilder
setSummary(String summary) → NotificationBuilder
setTitle(String title) → NotificationBuilder
setUrl(String url) → NotificationBuilder
toString() → String
A string representation of this object.
inherited

Operators

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