SendMessageOptions class

Defines options for sending a message to a room.

Constructors

SendMessageOptions({required String member, required String islevel, ShowAlert? showAlert, required List<CoHostResponsibility> coHostResponsibility, required String coHost, required String chatSetting, required String message, required String roomName, required int messagesLength, required List<String> receivers, required bool group, required String sender, Socket? socket})

Properties

chatSetting String
final
coHost String
final
coHostResponsibility List<CoHostResponsibility>
final
group bool
final
hashCode int
The hash code for this object.
no setterinherited
islevel String
final
member String
final
message String
final
messagesLength int
final
receivers List<String>
final
roomName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
final
showAlert ShowAlert?
final
socket Socket?
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