value property
dynamic
get
value
Custom data stored on this item.
You can use value
to share data across operations. The original object can be retrieved so long as the extension that
created the DataTransferItem
runs in the same extension host.
Implementation
_i2.dynamic get value => _i5.getProperty(
this,
'value',
);