NamingStrategies class

Constructors

NamingStrategies()

Properties

hashCode int
The hash code for this object.
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

Static Properties

basic NamingStrategy
no setter
camelCase NamingStrategy
getter/setter pair
constantCase NamingStrategy
getter/setter pair
dotCase NamingStrategy
getter/setter pair
headerCase NamingStrategy
getter/setter pair
kebabCase NamingStrategy
getter/setter pair
lowerCase NamingStrategy
getter/setter pair
pascalCase NamingStrategy
getter/setter pair
pathCase NamingStrategy
getter/setter pair
sentenceCase NamingStrategy
getter/setter pair
snakeCase NamingStrategy
no setter
swapCase NamingStrategy
getter/setter pair
titleCase NamingStrategy
getter/setter pair
upperCase NamingStrategy
getter/setter pair