SLNotification class

Constructors

SLNotification.new({required String title, required String content, required String iconPath, String? channelId = "simple_local_notifications_channel", String? channelName = "simple_local_notifications", SLNotificationPriority? priority = SLNotificationPriority.defaultPriority})

Properties

channelId String?
getter/setter pair
channelName String?
getter/setter pair
content String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconPath String
getter/setter pair
priority SLNotificationPriority?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
getter/setter pair

Methods

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

Operators

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

Constants

priorityMap → const Map<SLNotificationPriority, int>