DioUtils headers(Map<String, String> headers) { _headerMap ??= <String, String>{}; _headerMap!.addAll(headers); return this; }