normalizedValue property
Normalized (lowercased, trimmed, deduplicated) spark payload value. Normalization MUST happen before key construction so that two semantically-equivalent sparks produce the same key.
Implementation
final String normalizedValue;