Returns a string representation of the iterable.
This is a non-mutating operation that returns a string representation of the iterable's elements.
@override String toString() => value.toString();