toString method

  1. @override
String toString()
override

Returns a string representation of the list.

The format matches standard Dart list representation.

Implementation

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