val <T : Any> KClass<T>.isDataClass: Boolean?
Returns true if this KClass is a data class, false if it is not, or null if the functionality is not supported on the platform.