toInt property
int
get
toInt
The enum value converted to an integer
Implementation
int get toInt {
return map<int>(
camel: 0,
capital: 1,
constant: 2,
dot: 3,
header: 4,
kebab: 5,
no: 6,
none: 7,
pascal: 8,
path: 9,
sentence: 10,
snake: 11,
swap: 12,
);
}