dump the value to the console. tag is optional. alwaysPrint is optional.
tag
alwaysPrint
dump({String? tag, bool alwaysPrint = false}) { NyLogger.dump(toString(), tag, alwaysPrint: alwaysPrint); }