menu
tuul_ai package
documentation
core/models/trigger_response.dart
TriggerLog
TriggerLog.new constructor
TriggerLog.new constructor
dark_mode
light_mode
TriggerLog
constructor
TriggerLog
(
{
required
String
type
,
required
String
message
,
required
dynamic
data
,
})
Implementation
TriggerLog({required this.type, required this.message, required this.data});
tuul_ai package
documentation
core/models/trigger_response
TriggerLog
TriggerLog.new constructor
TriggerLog class