NotificationChannelGroup class

Represents a group of notification channels to be displayed at Android Notification Settings Page.

Constructors

NotificationChannelGroup({required String channelGroupKey, required String channelGroupName})
Constructs a NotificationChannelGroup.

Properties

channelGroupKey String?
Gets the unique key identifier of the channel group.
no setter
channelGroupName String?
Gets the name of the channel group.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromMap(Map<String, dynamic> mapData) NotificationChannelGroup?
Creates a NotificationChannelGroup instance from a map of data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the NotificationChannelGroup instance to a map.
toString() String
A string representation of this object.
inherited
validate() → void
Validates the properties of the channel group.

Operators

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