menu
flint_dart package
documentation
ai.dart
ChatEvent
ChatEvent.new const constructor
ChatEvent.new const constructor
dark_mode
light_mode
ChatEvent
constructor
const
ChatEvent
(
{
required
String
type
,
Map
<
String
,
dynamic
>
payload
=
const {}
,
})
Implementation
const ChatEvent({ required this.type, this.payload = const {}, });
flint_dart package
documentation
ai
ChatEvent
ChatEvent.new const constructor
ChatEvent class