convert method

String convert(
  1. String value
)

Converts value to a specific case type.

Implementation

String convert(String value) {
  return convertToStringCaseType(value, this);
}