menu
bizdoc package
documentation
models/chat.dart
Chat
Chat constructor
Chat constructor
dark_mode
light_mode
Chat
constructor
Chat
(
String
userId
,
String
?
text
,
String
?
image
,
DateTime
time
,
Map
<
String
,
dynamic
>
?
resource
,
)
Implementation
Chat(this.userId, this.text, this.image, this.time, this.resource);
bizdoc package
documentation
models/chat
Chat
Chat constructor
Chat class