menu
rikulo_commons package
documentation
util.dart
StringUtil
camelize property
camelize property
dark_mode
light_mode
camelize
property
String
Function
(
String
name
)
camelize
final
Camelizes the given string.
For example,
background-color' =>
backgroundColor`.
Note: for better performance, it assumes there must be a character following a dash.
Implementation
static final camelize = util.camelize;
rikulo_commons package
documentation
util
StringUtil
camelize property
StringUtil class