excludes property

List<String> get excludes

A list of paths and pattern to exclude from watching.

Implementation

_i2.List<_i2.String> get excludes => (_i5.getProperty(
      this,
      'excludes',
    ) as _i2.List)
        .cast();