FccAutoCapitalizeMode enum
Values
- none → const FccAutoCapitalizeMode
- upperCase → const FccAutoCapitalizeMode
- lowerCase → const FccAutoCapitalizeMode
- titleCase → const FccAutoCapitalizeMode
- sentenceCase → const FccAutoCapitalizeMode
- afterPunctuation → const FccAutoCapitalizeMode
- camelCase → const FccAutoCapitalizeMode
- pascalCase → const FccAutoCapitalizeMode
- snakeCase → const FccAutoCapitalizeMode
- snakeCaseUpper → const FccAutoCapitalizeMode
- kebabCase → const FccAutoCapitalizeMode
- kebabCaseUpper → const FccAutoCapitalizeMode
- dotCase → const FccAutoCapitalizeMode
- pathCase → const FccAutoCapitalizeMode
- cleanCase → const FccAutoCapitalizeMode
- toggleCase → const FccAutoCapitalizeMode
- capitalizeEach → const FccAutoCapitalizeMode
- inverseCase → const FccAutoCapitalizeMode
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
FccAutoCapitalizeMode> - A constant List of the values in this enum, in order of their declaration.