FExceptionNativeObjectWrapper constructor

FExceptionNativeObjectWrapper(
  1. dynamic nativeObject
)

Implementation

FExceptionNativeObjectWrapper(this.nativeObject)
    : super(nativeObject.toString());