menu
sonare_foundation package
documentation
models/message.dart
MessageSendDto
MessageSendDto.new constructor
MessageSendDto.new constructor
dark_mode
light_mode
MessageSendDto
constructor
MessageSendDto
(
{
String
?
sessionId
,
String
?
sender
,
String
?
message
,
})
Implementation
MessageSendDto({ this.sessionId, this.sender, this.message, });
sonare_foundation package
documentation
models/message
MessageSendDto
MessageSendDto.new constructor
MessageSendDto class