Casefold constructor

Casefold(
  1. Object value, {
  2. String? normalizer,
})

Implementation

Casefold(this.value, {this.normalizer});