toString abstract method

  1. @override
String toString({
  1. String paddingChar = '-',
})
override

Generate a string representation of this TTMultiMap.

Optional left paddingChar to indicate tree depth. Default = '-', use '' for no depth.

Key nodes will be distinguishable by a values collection appended to the key.

Implementation

@override
String toString({String paddingChar = '-'});