menu
agent_dart_base package
documentation
agent/agent/api.dart
QueryResponse
QueryResponse const constructor
QueryResponse const constructor
dark_mode
light_mode
QueryResponse
constructor
const
QueryResponse
(
{
Reply
?
reply
,
int
?
rejectCode
,
String
?
rejectMessage
,
required
String
status
,
})
Implementation
const QueryResponse({ this.reply, this.rejectCode, this.rejectMessage, required super.status, });
agent_dart_base package
documentation
agent/agent/api
QueryResponse
QueryResponse const constructor
QueryResponse class