StringEx extension
- on
Properties
- fileName → String
-
Available on String, provided by the StringEx extension
no setter - remove0Tail → String
-
Available on String, provided by the StringEx extension
no setter - toBool → bool?
-
Available on String, provided by the StringEx extension
no setter - toDouble → double?
-
Available on String, provided by the StringEx extension
no setter - toInt → int?
-
Available on String, provided by the StringEx extension
no setter - toNum → num?
-
Available on String, provided by the StringEx extension
no setter
Methods
-
containsAny(
List< String> values) → bool -
copyToClipboard(
{bool showCopied = true}) → void -
launch(
{LaunchMode mode = LaunchMode.platformDefault, bool showErrorToas = true}) → Future< bool>