capitalizeAllWordsFirstLetter method
capitalize only first letter in String words to upper case
Implementation
String capitalizeAllWordsFirstLetter() =>
JetUtils.capitalizeAllWordsFirstLetter(this);
capitalize only first letter in String words to upper case
String capitalizeAllWordsFirstLetter() =>
JetUtils.capitalizeAllWordsFirstLetter(this);