toString method

  1. @override
String toString()
override

Returns a string representation of the iterable.

This is a non-mutating operation that returns a string representation of the iterable's elements.

Implementation

@override
String toString() => value.toString();