caseSensitivity property
bool
get
caseSensitivity
Returns whether not the case is normalized.
Implementation
bool get caseSensitivity => !normalizeCase;
Returns whether not the case is normalized.
bool get caseSensitivity => !normalizeCase;