| Index: lib/io/input_stream.dart
|
| diff --git a/lib/io/input_stream.dart b/lib/io/input_stream.dart
|
| index 755f54e68a2ad2ffa13ee79a896bfa4fb0cff436..a59f603f10318d5003f213d6b9a1ce233cb22349 100644
|
| --- a/lib/io/input_stream.dart
|
| +++ b/lib/io/input_stream.dart
|
| @@ -60,7 +60,7 @@ abstract class InputStream {
|
| * `false` for the optional argument [close] keeps the output
|
| * stream open after writing all data from the input stream.
|
| */
|
| - void pipe(OutputStream output, [bool close = true]);
|
| + void pipe(OutputStream output, {bool close: true});
|
|
|
| /**
|
| * Close the underlying communication channel to avoid getting any
|
|
|