NotificationInfo class

Represents information about Notifications. @since 4.0.1

Annotations

Constructors

NotificationInfo({required bool isEnabled, required Map<String, String> feedChannels, required int settingsUpdatedAt, String? templateListToken})

Properties

feedChannels Map<String, String>
List of feed channels for SendbirdChat.currentUser, channel_key : channel_url @since 4.0.1
final
hashCode int
The hash code for this object.
read-onlyinherited
isEnabled bool
Whether notification is enabled @since 4.0.1
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
settingsUpdatedAt int
Updated at for the global notification settings @since 4.0.1
final
templateListToken String?
Token for the notification template list @since 4.0.1
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

Static Methods

fromJson(Map<String, dynamic> json) NotificationInfo