Pipe operator for some basic Dart types.

"hello" | print;

Supported types are: String, Map, Iterable.

I was create this extension, commonly for comfortable variable printing.

license.

Usage

See example for details.

Libraries

pipe
Support for pipe operator for some types.