item property
T Function([dynamic])
get
item
Implementation
T Function([_i2.dynamic]) get item => ([_i2.dynamic p0]) => _i3.callMethod(
_i3.getProperty(
this,
'Item',
),
r'call',
[
this,
p0,
],
);
set
item
(T value([dynamic]))
Implementation
set item(T Function([_i2.dynamic]) value) {
_i3.setProperty(
this,
'Item',
_i3.allowInterop(value),
);
}