fun of(value: Any): Key
Creates a key from a given value.
value - The value to convert to a key.
value
IllegalArgumentException - If the provided value can not be converted to a key.
IllegalArgumentException
Return The key.