menu
aws_ivs_realtime package
documentation
ivs_chat_session.dart
IvsChatLine
IvsChatLine.new constructor
IvsChatLine.new constructor
dark_mode
light_mode
IvsChatLine
constructor
IvsChatLine
(
{
required
String
id
,
required
String
senderLabel
,
required
String
content
,
String
?
sendTime
,
})
Implementation
IvsChatLine({ required this.id, required this.senderLabel, required this.content, this.sendTime, });
aws_ivs_realtime package
documentation
ivs_chat_session
IvsChatLine
IvsChatLine.new constructor
IvsChatLine class