fragment

@get:JvmName(name = "fragment")
val fragment: String?

This URL's fragment, like "abc" for http://host/#abc. This is null if the URL has no fragment.

URLfragment()
http://host/null
http://host/#""
http://host/#abc"abc"
`http://host/#abcdef`