Map<String, String>? get headers => { 'Content-Type': contentType.value, if (_header != null) ..._header!, };