ScriptDto<INPUT, OUTPUT> constructor
ScriptDto<INPUT, OUTPUT> ({
- INPUT? input,
- OUTPUT? output,
- String? instructions,
Creates a ScriptDto with the given properties.
Implementation
ScriptDto({
this.input,
this.output,
this.instructions,
});