AndroidAppNotification class

Inheritance

Constructors

AndroidAppNotification({required String title, required String body, required String bigText, required String contentTitle, required String summaryText, required String channelId, required String channelName, required String channelDescription, required Importance importance, required Priority priority})
const
AndroidAppNotification.withType({required String title, required String body, required String bigText, required String contentTitle, required String summaryText, required AppNotificationType type})

Properties

bigText String
final
body String
final
channelDescription String
final
channelId String
final
channelName String
final
contentTitle String
final
hashCode int
The hash code for this object.
no setterinherited
importance Importance
final
priority Priority
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
summaryText 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