toString abstract method

  1. @override
String toString({
  1. String? indent,
})
override

Returns a string representation of this list.

Per default, the string representation is in a single line. If indent is specified, the string representation is in multiple lines, each element indented by indent.

Implementation

@override
String toString({String? indent});