ImportFile constructor

ImportFile({
  1. String? content,
  2. String? name,
})

Implementation

ImportFile({
  this.content,
  this.name,
});