NativeException constructor

const NativeException(
  1. String message
)

Implementation

const NativeException(this.message);