NotificationOptions class

Constructors

NotificationOptions({int id = 101, String? title, String? body, String? icon, String channelId = 'bubble_notification', String channelName = 'Bubble Notification'})

Properties

body String?
The body of the service notification.
final
channelId String
final
channelName String
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
The icon of the service notification.
final
id int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the service notification.
final

Methods

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

Operators

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