$Handler constructor

$Handler({
  1. String? scriptPath,
})

Implementation

$Handler({
  this.scriptPath,
});