shortMapPrint method

void shortMapPrint(
  1. Map thisMap
)

Just to print map in one row.

Implementation

void shortMapPrint(Map thisMap) {
  print(thisMap);
}