menu
intellicon_chat_sdk package
documentation
models/interaction.dart
LastMessage
LastMessage.new const constructor
LastMessage.new const constructor
dark_mode
light_mode
LastMessage
constructor
const
LastMessage
(
{
String
?
body
,
DateTime
?
createdAt
,
String
?
createdBy
,
})
Implementation
const LastMessage({ this.body, this.createdAt, this.createdBy, });
intellicon_chat_sdk package
documentation
models/interaction
LastMessage
LastMessage.new const constructor
LastMessage class