nonBlocking property
A non-blocking IOSink for the same output.
The returned IOSink will be initialized with an encoding of UTF-8 and
will not do line ending conversion.
Implementation
IOSink get nonBlocking {
return _nonBlocking ??= new IOSink(new _FileStreamConsumer._fromStdio(_fd));
}