menu
winter package
documentation
context/object_mapper/object_mapper.dart
NamingStrategies
dotCase property
dotCase property
dark_mode
light_mode
dotCase
property
NamingStrategy
dotCase
getter/setter pair
Implementation
static NamingStrategy dotCase = (String value) => value.toDotCase();
winter package
documentation
context/object_mapper/object_mapper
NamingStrategies
dotCase property
NamingStrategies class