isStdioSink property

bool get isStdioSink

Returns true if this IOSink is a Stdout.

Implementation

bool get isStdioSink => this is Stdout;