AckCaseStyle enum
JSON field-name styles supported by class-first Ack generation.
This enum is deliberately closed because Ack's second generation phase
delegates field mapping to json_serializable's closed FieldRename enum.
Supporting an open-ended transform would require redesigning that phase.
Values
- none → const AckCaseStyle
- snake → const AckCaseStyle
- kebab → const AckCaseStyle
- pascal → const AckCaseStyle
- screamingSnake → const AckCaseStyle
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<
AckCaseStyle> - A constant List of the values in this enum, in order of their declaration.