toTitleCaseTr method

String toTitleCaseTr()

Implementation

String toTitleCaseTr() {
  return turkish.toTitleCase(this);
}