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