toTitleCase method

String toTitleCase()

Implementation

String toTitleCase() {
  return convertToTitleCase(this);
}