Log debug(Map<String, dynamic> map) { if (bool.fromEnvironment(LogPart._dart_vm_product)) return Log.empty(); _debug.addAll(map); return this; }