KotlinReflectionNotSupportedError constructor

KotlinReflectionNotSupportedError({
  1. String? message,
  2. Throwable? cause,
})

Implementation

KotlinReflectionNotSupportedError({this.message, this.cause});