Script constructor

Script({
  1. String? path,
  2. String? text,
})

Implementation

Script({
  this.path,
  this.text,
});