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