fromCodePoint property
Implementation
_i2.String Function([_i2.Iterable<_i2.dynamic>?]) get fromCodePoint =>
([_i2.Iterable<_i2.dynamic>? p0]) => _i6.callMethod(
_i6.getProperty(
this,
'fromCodePoint',
),
r'call',
[
this,
p0 ?? _i5.undefined,
],
);
Implementation
set fromCodePoint(_i2.String Function([_i2.Iterable<_i2.dynamic>?]) value) {
_i6.setProperty(
this,
'fromCodePoint',
_i6.allowInterop(([
a0,
a1,
a2,
a3,
a4,
a5,
a6,
a7,
a8,
a9,
]) =>
value([
a0,
a1,
a2,
a3,
a4,
a5,
a6,
a7,
a8,
a9,
])),
);
}