caseSensitive property

bool get caseSensitive

Implementation

bool get caseSensitive =>
    this == Operator.likeCs || this == Operator.notLikeCs;