menu
opentool_daemon package
documentation
opentool_daemon_server.dart
CommandResultDto
CommandResultDto.new constructor
CommandResultDto.new constructor
dark_mode
light_mode
CommandResultDto
constructor
CommandResultDto
(
{
required
String
command
,
String
?
output
,
String
?
error
,
})
Implementation
CommandResultDto({required this.command, this.output, this.error});
opentool_daemon package
documentation
opentool_daemon_server
CommandResultDto
CommandResultDto.new constructor
CommandResultDto class