NativeException constructor

NativeException({
  1. String error = "",
  2. Throwable? throwable,
})

Implementation

NativeException({this.error = "", this.throwable});