NyString extension
Extensions for String
- on
Methods
-
dd(
{String? tag}) → dynamic -
Available on String, provided by the NyString extension
dump the value to the console and exit the app.tag
is optional. -
dump(
{String? tag, bool alwaysPrint = false}) → dynamic -
Available on String, provided by the NyString extension
dump the value to the console.tag
is optional.alwaysPrint
is optional.