include property

List<String>? include
final

The globs to include in the set.

May be null or empty which means every possible path (like '**').

Implementation

final List<String>? include;