menu
json_serializer package
documentation
json_serializer.dart
NamingConvention
toCamelCase abstract method
toCamelCase abstract method
dark_mode
light_mode
toCamelCase
abstract method
String
toCamelCase
(
String
propertyName
)
Converts a property name from this convention to camelCase.
Implementation
String toCamelCase(String propertyName);
json_serializer package
documentation
json_serializer
NamingConvention
toCamelCase abstract method
NamingConvention class