ZegoSignalingPluginSetUsersInRoomAttributesResult class

Constructors

ZegoSignalingPluginSetUsersInRoomAttributesResult({PlatformException? error, required List<String> errorUserList, required Map<String, Map<String, String>> attributes, required Map<String, List<String>> errorKeys})
const

Properties

attributes Map<String, Map<String, String>>
final
error PlatformException?
final
errorKeys Map<String, List<String>>
final
errorUserList List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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