NotificationContent class

Describe NotificationContent object.

Inheritance

Constructors

NotificationContent()

Properties

action GetSocialAction?
Action.
getter/setter pair
actionButtons List<NotificationButton>
Action buttons.
getter/setter pair
badge NotificationBadge?
Badge.
getter/setter pair
customization NotificationCustomization?
Customization.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mediaAttachment MediaAttachment?
Media attachment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateName String?
Template name.
getter/setter pair
templatePlaceholders Map<String, String>
Template placeholders.
getter/setter pair
text String?
Text.
getter/setter pair
title String?
Title.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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