DirectLink constructor

DirectLink({
  1. String? executablePath,
})

Implementation

DirectLink({
  this.executablePath,
});