FacerecService constructor Null safety

FacerecService(
  1. DynamicLibrary dll_handle,
  2. Pointer<Void> impl,
  3. String facerecConfDir,
  4. String dllPath
)

Implementation

FacerecService(DynamicLibrary dll_handle, Pointer<Void> impl, String facerecConfDir, String dllPath)
    : _facerecConfDir = facerecConfDir + '/',
      _dllPath = dllPath,
      super(dll_handle, impl);