ChatRoomSettings class

Constructors

ChatRoomSettings.new()

Properties

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.
inherited

Operators

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

Static Properties

avatarRadius CornerRadius
Avatar corner radius
getter/setter pair
defaultGiftIcon String?
Default gift icon
getter/setter pair
defaultGiftPriceIcon String?
Default gift icon
getter/setter pair
defaultIdentify String?
Default identity icon
getter/setter pair
enableMsgListAvatar bool
Whether to display avatar in the message list
getter/setter pair
enableMsgListGift bool
Whether to display gift in the message list
getter/setter pair
enableMsgListIdentify bool
Whether to display identity in the message list
getter/setter pair
enableMsgListNickname bool
Whether to display nickname in the message list
getter/setter pair
enableMsgListTime bool
Whether to display time in the message list
getter/setter pair
enableParticipantItemIdentify bool
Whether to display identity in the participant list
getter/setter pair
inputBarRadius CornerRadius
Input component corner radius
getter/setter pair
reportMap Map<String, String>?
report message reason
getter/setter pair
reportTitle String?
getter/setter pair
userDefaultAvatar String?
Default display avatar
getter/setter pair