UpsertPushPreferencesResponse class

Model response for StreamChatClient.setPushPreferences api call

Annotations
  • @JsonSerializable(createToJson: false)

Properties

duration String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userChannelPreferences Map<String, Map<String, ChannelPushPreference>>
Mapping of user IDs to their channel-specific push preferences
getter/setter pair
userPreferences Map<String, PushPreference>
Mapping of user IDs to their push preferences
getter/setter pair

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) UpsertPushPreferencesResponse
Create a new instance from a json