$Handler constructor Null safety

$Handler(
  1. {String? scriptPath}
)

Implementation

$Handler({
  this.scriptPath,
});