NyStringExt extension
Extensions for String
- on
Methods
-
dd(
{String? tag}) → void -
Available on String, provided by the NyStringExt extension
dump the value to the console and exit the app.tagis optional. -
dump(
{String? tag, bool alwaysPrint = false}) → void -
Available on String, provided by the NyStringExt extension
dump the value to the console.tagis optional.alwaysPrintis optional. -
toBool(
) → bool -
Available on String, provided by the NyStringExt extension
Convert a string to boolean. -
tryParseBool(
) → bool? -
Available on String, provided by the NyStringExt extension
Convert a string to boolean.