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