Execute only when running debug. Add map to _debug
map
_debug
Log debug(Map<String, dynamic> map) { if (bool.fromEnvironment(LogPart._dart_vm_product)) return Log(); _debug.addAll(map); return this; }