prettyToString method

String prettyToString()

Returns a pretty string representation of this Iterable.

Implementation

String prettyToString() => '[\n\t${join(',\n\t')}\n]';