menu
df_web_device_info package
documentation
_common.dart
StringCaseConversionsOnStringExtension
toUpperDotCase method
toUpperDotCase method
dark_mode
light_mode
toUpperDotCase
method
String
toUpperDotCase
(
)
Converts the string to UPPER.DOT.CASE.
Implementation
String toUpperDotCase() => toDotCase().toUpperCase();
df_web_device_info package
documentation
_common
StringCaseConversionsOnStringExtension
toUpperDotCase method
StringCaseConversionsOnStringExtension extension on
String