menu
df_web_device_info package
documentation
_common.dart
StringCaseConversionsOnStringExtension
toUpperKebabCase method
toUpperKebabCase method
dark_mode
light_mode
toUpperKebabCase
method
String
toUpperKebabCase
(
)
Converts the string to lower-kebab-case.
Implementation
String toUpperKebabCase() => toKebabCase().toUpperCase();
df_web_device_info package
documentation
_common
StringCaseConversionsOnStringExtension
toUpperKebabCase method
StringCaseConversionsOnStringExtension extension on
String