Template constructor Null safety

Template(
  1. DynamicLibrary dll_handle,
  2. Pointer<Void> impl
)

Implementation

Template(DynamicLibrary dll_handle, Pointer<Void> impl) : super(dll_handle, impl);