decode property
String Function([Object?, TextDecodeOptions?])
get
decode
Implementation
_i2.String Function([
_i2.Object?,
_i3.TextDecodeOptions?,
]) get decode => ([
_i2.Object? p0,
_i3.TextDecodeOptions? p1,
]) =>
_i4.callMethod(
_i4.getProperty(
this,
'decode',
),
r'call',
[
this,
p0 ?? _i6.undefined ?? _i6.undefined,
p1 ?? _i6.undefined,
],
);
set
decode
(String value([Object?, TextDecodeOptions?]))
Implementation
set decode(
_i2.String Function([
_i2.Object?,
_i3.TextDecodeOptions?,
]) value) {
_i4.setProperty(
this,
'decode',
_i4.allowInterop(value),
);
}