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