menu
Dart
dart:io
Pipe
Pipe.createSync factory constructor
Pipe.createSync
brightness_4
brightness_5
description
Pipe.createSync
constructor
Pipe.createSync
(
)
Synchronously creates an anonymous pipe.
Implementation
factory Pipe.createSync() { return _Pipe.createSync(); }
Dart
dart:io
Pipe
Pipe.createSync factory constructor
Pipe class
Constructors
createSync
Properties
hashCode
read
runtimeType
write
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
create