paths property
An array of paths that are associated with the file system event.
Implementation
_i2.List<_i2.String> get paths => (_i3.getProperty(
this,
'paths',
) as _i2.List)
.cast();
An array of paths that are associated with the file system event.
_i2.List<_i2.String> get paths => (_i3.getProperty(
this,
'paths',
) as _i2.List)
.cast();