dump method
dump the value to the console. tag
is optional.
Implementation
void dump({String? tag}) {
NyLogger.dump(this ?? "", tag);
}
dump the value to the console. tag
is optional.
void dump({String? tag}) {
NyLogger.dump(this ?? "", tag);
}