DioUtils add(String key, String value) { _paramMap ??= <String, String>{}; _paramMap!.putIfAbsent(key, () => value); return this; }