valueOfOrNull

abstract fun valueOfOrNull(value: String): T?

Returns the kind whose Enumish.label equals value, or null (an addition over enums).