firstCapitalLetter property
String
get
firstCapitalLetter
Implementation
String get firstCapitalLetter {
return (this?.characters.firstOrNull?.toUpperCase()).unwrappedString;
}
String get firstCapitalLetter {
return (this?.characters.firstOrNull?.toUpperCase()).unwrappedString;
}