copyWith method

  1. @override
Operation copyWith({
  1. Path? path,
})
override

Implementation

@override
Operation copyWith({Path? path}) {
  return DeleteOperation(path ?? this.path, nodes);
}