HandyStringExtension extension

on

Properties

countryEmoji String
Returns a new string with the flag of the specified country code.
no setter
headingCase String
Returns a new string with the first character of each word as upper case
no setter
isNumeric bool
Checks whether string is numeric
no setter
titleCase String
Return a new string with first character as upper case.
no setter
toDoubleOrNull double?
Returns double or null if string is not numeric
no setter
toIntOrNull int?
Returns int or null if string is not numeric
no setter