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