menu
sonare_foundation package
documentation
models/message.dart
MessageSearchDto
MessageSearchDto.new constructor
MessageSearchDto.new constructor
dark_mode
light_mode
MessageSearchDto
constructor
MessageSearchDto
(
{
int
?
parentMessageId
,
bool
?
direction
,
int
?
sender
,
bool
?
file
,
String
?
words
,
})
Implementation
MessageSearchDto({ this.parentMessageId, this.direction, this.sender, this.file, this.words, });
sonare_foundation package
documentation
models/message
MessageSearchDto
MessageSearchDto.new constructor
MessageSearchDto class