toString method

  1. @override
String toString()
override

Returns a string representation of (some of) the elements of this.

Implementation

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