paths property

List<String> get paths

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();
set paths (List<String> value)

Implementation

set paths(_i2.List<_i2.String> value) {
  _i3.setProperty(
    this,
    'paths',
    value,
  );
}