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