copyWith method

Copy with

Implementation

ShellCommandRunOptions copyWith({ShellOnProcessCallback? onProcess}) {
  return ShellCommandRunOptions(onProcess: onProcess ?? this.onProcess);
}