dd method
dump the value to the console and exit the app. tag
is optional.
Implementation
dd({String? tag}) {
NyLogger.dump(this ?? "", tag);
exit(0);
}
dump the value to the console and exit the app. tag
is optional.
dd({String? tag}) {
NyLogger.dump(this ?? "", tag);
exit(0);
}