Manifest constructor

Manifest({
  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,
})

Implementation

Manifest({this.code, this.name, this.kind, this.lang, this.flags, this.author, this.version, this.runtime, this.memo, this.icon});