toString method

  1. @override
String toString([
  1. bool? prettyPrint
])
override

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

Use either the prettyPrint or the ImmutableCollection.prettyPrint parameters to get a prettier print.

See also: ImmutableCollection

Implementation

@override
String toString([bool? prettyPrint]) => _mapOfSets.toString(prettyPrint);