sink property

void Function(String message) sink
final

Where formatted lines go — typically the CLI's stdout writer.

Implementation

final void Function(String message) sink;