withCredentials property
bool?
get
withCredentials
Implementation
_i2.bool? get withCredentials => _i4.getProperty(
this,
'withCredentials',
);
set
withCredentials
(bool? value)
Implementation
set withCredentials(_i2.bool? value) {
_i4.setProperty(
this,
'withCredentials',
value ?? _i6.undefined,
);
}