CasingFormat enum

Accepted casing formats

Inheritance

Constructors

CasingFormat()
const

Values

lowerCase → const CasingFormat

this is lower case

upperCase → const CasingFormat

THIS IS UPPER CASE

scentenceCase → const CasingFormat

This is scentence case

titleCase → const CasingFormat

This Is Title Case

camelCase → const CasingFormat

thisIsCamelCase

pascalCase → const CasingFormat

ThisIsPascalCase

snakeCase → const CasingFormat

this_is_snake_case

upperSnakeCase → const CasingFormat

THIS_IS_UPPER_SNAKE_CASE

titleSnakeCase → const CasingFormat

This_Is_Title_Snake_Case

kebabCase → const CasingFormat

this-is-kebab-case

upperKebabCase → const CasingFormat

THIS-IS-UPPER-KEBAB-CASE

titleKebabCase → const CasingFormat

This-Is-Title-Kebab-Kase

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<CasingFormat>
A constant List of the values in this enum, in order of their declaration.