caseSensitive property

bool get caseSensitive

Whether the glob matches paths case-sensitively.

Implementation

bool get caseSensitive => _ast.caseSensitive;