mode property

String mode
final

Set to "uppercase" to transform the string held in variableName to uppercase. Set to "lowercase" to transform the string held in variableName to lowercase. Any other value will result in an error.

Implementation

final String mode;