quarkdownName

fun KSAnnotated.quarkdownName(): String?

Returns the string value of Quarkdown's @Name(...) annotation on this declaration, or null when the annotation is absent. Accepts both positional (@Name("foo")) and named (@Name(name = "foo")) argument forms.