getSimpleTypeOf

fun getSimpleTypeOf(typeString: String): Type?

Returns the type conforming to the given typeString. If no matching type is found in the builtInTypes map, it returns null. The typeString must precisely match the key in the map.