UserInfo class

Constructors

UserInfo({required String userId, required String userName, required String userAvatar, required bool mute})

Properties

hashCode int
The hash code for this object.
no setterinherited
mute bool
主播是否开麦
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAvatar String
用户头像
getter/setter pair
userId String
用户唯一标识
getter/setter pair
userName String
用户昵称
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