caseSensitive property

bool caseSensitive

Whether the glob matches paths case-sensitively.

Implementation

bool get caseSensitive => _ast.caseSensitive;