Map<String, E> toSafe() { removeWhere((key, value) => value == null || value.toString().isEmpty); return this; }