parameterOf

fun <A> parameterOf(destinationId: DestinationId<A & Any, *>): A
fun parameterOf(destinationId: DestinationId<Unit, *>): Nothing

Returns the parameter of the current destination, or null, if hasn't been set.