normalizeCase property

bool normalizeCase
final

Whether the case must be normalized (to lower case). It means transforming all uppercased characters to lowercased characters.

Implementation

final bool normalizeCase;