Runes constructor Null safety

Runes(
  1. String string
)

Creates a Runes iterator for string.

Implementation

Runes(this.string);