menu
opentool_daemon package
documentation
opentool_daemon_utils.dart
Instruction
Instruction.new constructor
Instruction.new constructor
dark_mode
light_mode
Instruction
constructor
Instruction
(
String
name
,
List
<
String
>
args
,
int
line
, {
String
?
blockComment
,
String
?
inlineComment
,
})
Implementation
Instruction( this.name, this.args, this.line, { this.blockComment, this.inlineComment, });
opentool_daemon package
documentation
opentool_daemon_utils
Instruction
Instruction.new constructor
Instruction class