UsersWithMessagesConfiguration class

UsersWithMessagesConfiguration is a data class that has configuration properties to customize the functionality and appearance of CometChatUsersWithMessages

Constructors

UsersWithMessagesConfiguration({UsersConfiguration? usersConfiguration, MessageConfiguration? messageConfiguration, CometChatTheme? theme})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
messageConfiguration MessageConfiguration?
messageConfiguration CometChatMessage configurations
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme CometChatTheme?
theme can pass custom theme
final
usersConfiguration UsersConfiguration?
usersConfiguration CometChatUsers configurations
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