titleCase method

String titleCase(
  1. String s
)

Implementation

String titleCase(String s) => hz.titlecase(s);