CaseConvert extension
- on
Properties
- adaptiveCodeName → String
-
Available on String, provided by the CaseConvert extension
Return into an adaptive valid Dart code name identifier.no setter - camelCase → String
-
Available on String, provided by the CaseConvert extension
no setter - capitalCase → String
-
Available on String, provided by the CaseConvert extension
Uppercase the first character and remain the rest.no setter - constCase → String
-
Available on String, provided by the CaseConvert extension
no setter - kebabCase → String
-
Available on String, provided by the CaseConvert extension
no setter - lowerCase → String
-
Available on String, provided by the CaseConvert extension
no setter -
parts
→ List<
String> -
Available on String, provided by the CaseConvert extension
Split string into parts according to their case.no setter - pascalCase → String
-
Available on String, provided by the CaseConvert extension
no setter - snakeCase → String
-
Available on String, provided by the CaseConvert extension
no setter -
splitCamelCase
→ List<
String> -
Available on String, provided by the CaseConvert extension
Split camel case.no setter - upperCase → String
-
Available on String, provided by the CaseConvert extension
no setter - wordsCase → String
-
Available on String, provided by the CaseConvert extension
no setter
Methods
-
codeDigit(
int charCode) → bool -
Available on String, provided by the CaseConvert extension
-
codeLower(
int charCode) → bool -
Available on String, provided by the CaseConvert extension
-
codeUpper(
int charCode) → bool -
Available on String, provided by the CaseConvert extension