normMapShow method

void normMapShow()

Function for to print devTestMap. Looks funny :)

Implementation

void normMapShow() {
  print(' \n ------------>>-->>-- aide norms  ------------>>-->>--');
  //  Using here new Tools, tl class.
  normMap.forEach(tl.printSS); //  from tools.dart
  print(' \n --<<--<<------------ aide norms  --<<--<<------------');
}