CharacterStats constructor
CharacterStats([
- String text = ''
Construct and inspect the text
Implementation
CharacterStats([final String text = '']) {
inspect(text);
}
Construct and inspect the text
CharacterStats([final String text = '']) {
inspect(text);
}