ProcessingBlock constructor Null safety

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

Implementation

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