Content constructor

Content({
  1. List<File>? files,
  2. String? scriptId,
})

Implementation

Content({
  this.files,
  this.scriptId,
});