mapToString method

String mapToString (Map m)

Do not use. This entire class will be removed.

Use MapBase.mapToString instead.

Implementation

static String mapToString(Map m) => MapBase.mapToString(m);