menu
ibl_mobile_core_frontend package
documentation
api/lib/api.dart
ChatHistory
ChatHistory.new constructor
ChatHistory.new constructor
dark_mode
light_mode
ChatHistory
constructor
ChatHistory
(
{
required
int
id
,
Object
?
message
,
})
Returns a new
ChatHistory
instance.
Implementation
ChatHistory({ required this.id, this.message, });
ibl_mobile_core_frontend package
documentation
api/lib/api
ChatHistory
ChatHistory.new constructor
ChatHistory class