Script constructor

Script({
  1. String? code,
  2. String? name,
  3. String? kind,
  4. String? lang,
  5. int? flags,
  6. String? author,
  7. String? version,
  8. String? runtime,
  9. String? memo,
  10. String? icon,
  11. String? doc,
  12. Uint8List? dev,
  13. Uint8List? run,
  14. Map<String, String>? raw,
})

Implementation

Script({this.code, this.name, this.kind, this.lang, this.flags, this.author, this.version, this.runtime, this.memo, this.icon, this.doc, this.dev, this.run, this.raw});