Script constructor

Script({
  1. String? code,
  2. String? name,
  3. String? desc,
  4. String? kind,
  5. String? expr,
  6. Map<String, String>? attachment,
})

Implementation

Script({this.code, this.name, this.desc, this.kind, this.expr, this.attachment});