CharacterStats constructor

CharacterStats([
  1. String text = ''
])

Construct and inspect the text

Implementation

CharacterStats([final String text = '']) {
  inspect(text);
}