VpnFeature

fun VpnFeature(block: () -> String): VpnFeature

Fake constructor for VpnFeature from the passed in block lambda instead of using the anonymous object : VpnFeature syntax.

Usage:

val name = VpnFeature {

}