CamelCaseConvention class
CamelCase naming convention (e.g., firstName, lastName). This is the default Dart convention.
- Inheritance
-
- Object
- NamingConvention
- CamelCaseConvention
Constructors
Properties
Methods
-
fromCamelCase(
String propertyName) → String -
Converts a property name from camelCase to this convention.
override
-
matches(
String propertyName) → bool -
Checks if a property name matches this convention's pattern.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCamelCase(
String propertyName) → String -
Converts a property name from this convention to camelCase.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited