@override void prettyPrint(int indent, bool recurse) { print( "${"".padLeft(indent, '\t')}${Tag.getCanonicalName(getTagType())}: $value"); }