blob: b9a81c66d17023d857c140cc42b32065a8d425c0 [file] [log] [blame]
// ignore_for_file: constant_identifier_names, non_constant_identifier_names
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'dart:js_interop' as _i1;
extension type Headers._(_i1.JSObject _) implements _i1.JSObject {
@_i1.JS('content-type')
external String contentType;
@_i1.JS('Content-type')
external String contentType$1;
@_i1.JS('content-Type')
external String contentType$2;
@_i1.JS('Content-Type')
external String contentType$3;
@_i1.JS('content=type')
external String contentType$4;
}