ignoreUriCase property

bool? ignoreUriCase
final

Flag to specify whether the URI matching should be case-insensitive.

Note: The case will be ignored only in the case of exact and prefix URI matches.

Implementation

final bool? ignoreUriCase;