reCase static method

String reCase(
  1. String value
)

Implementation

static String reCase(String value) {
  return ReCase(value).titleCase;
}