features property

Iterable<Pattern> features
getter/setter pair

The path(s) to all the features. All three Patterns are supported: RegExp, String, Glob.

Implementation

Iterable<Pattern> features = const <Pattern>[];