copyWith method
Copy with
Implementation
ShellCommandRunOptions copyWith({ShellOnProcessCallback? onProcess}) {
return ShellCommandRunOptions(onProcess: onProcess ?? this.onProcess);
}
Copy with
ShellCommandRunOptions copyWith({ShellOnProcessCallback? onProcess}) {
return ShellCommandRunOptions(onProcess: onProcess ?? this.onProcess);
}