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