printMap function

void printMap(
  1. Map json
)

Implementation

void printMap(Map json) => _printMap(json, i: 0);