caseConversionType property

String? caseConversionType
getter/setter pair

The option to convert a string-type variable value to either lowercase or uppercase. Possible string values are:

  • "none"
  • "lowercase" : The option to convert a variable value to lowercase.
  • "uppercase" : The option to convert a variable value to uppercase.

Implementation

core.String? caseConversionType;