NotificationData class

Constructors

NotificationData({required String messageId, required String title, required String subtitle, required String summary, required String body, required String platform, required String channel, required String image, required String url, required String actions, required String categoryId})

Properties

android AndroidData
final
body String
final
data MiscData
final
hashCode int
The hash code for this object.
no setterinherited
ios IOSData?
final
platform String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
final
title String
final

Methods

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

Operators

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