ReCase constructor
ReCase(
- String text
Implementation
ReCase(String text) {
originalText = text;
_words = _groupIntoWords(text);
}
ReCase(String text) {
originalText = text;
_words = _groupIntoWords(text);
}