matchCase property

bool? matchCase
getter/setter pair

Indicates whether the search should respect case: - True: the search is case sensitive.

  • False: the search is case insensitive.

Implementation

core.bool? matchCase;