AndroidNotificationOptions class

Constructors

AndroidNotificationOptions.new({required int id, required String channelId, required String channelName, required String notificationTitle, String? notificationText, String? channelDescription, bool enableVibration = false, bool playSound = false, bool showWhen = false, NotificationIconData? iconData})

Properties

channelDescription String?
final
channelId String
final
channelName String
final
enableVibration bool
final
hashCode int
The hash code for this object.
no setterinherited
iconData NotificationIconData?
final
id int
final
notificationText String?
final
notificationTitle String
final
playSound bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showWhen bool
final

Methods

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

Operators

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