ignoreCase property

bool? ignoreCase
getter/setter pair

Specifies if prefix_match and full_path_match matches are case sensitive.

The default value is false.

Implementation

core.bool? ignoreCase;