capFirst method

String capFirst(
  1. String s
)

Implementation

String capFirst(String s) => hz.capfirst(s);