menu
neomage package
documentation
data/tools/send_message_tool.dart
ResponseOutput
ResponseOutput.new const constructor
ResponseOutput.new const constructor
dark_mode
light_mode
ResponseOutput
constructor
const
ResponseOutput
(
{
required
bool
success
,
required
String
message
,
String
?
requestId
,
})
Implementation
const ResponseOutput({ required this.success, required this.message, this.requestId, });
neomage package
documentation
data/tools/send_message_tool
ResponseOutput
ResponseOutput.new const constructor
ResponseOutput class