httpHeaders property

Map<String, dynamic>? httpHeaders

Implementation

Map<String, dynamic>? get httpHeaders => _jsInternal?['httpHeaders'] as Map<String, dynamic>?;
void httpHeaders=(Map<String, dynamic>? httpHeaders)

Implementation

set httpHeaders(Map<String, dynamic>? httpHeaders) {
  _jsInternal?['httpHeaders'] = httpHeaders;
}