getAllResponseHeaders property
String Function()
get
getAllResponseHeaders
Implementation
_i2.String Function() get getAllResponseHeaders => () => _i4.callMethod(
_i4.getProperty(
this,
'getAllResponseHeaders',
),
r'call',
[this],
);
set
getAllResponseHeaders
(String value())
Implementation
set getAllResponseHeaders(_i2.String Function() value) {
_i4.setProperty(
this,
'getAllResponseHeaders',
_i4.allowInterop(value),
);
}