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