File constructor

File({
  1. String? name,
  2. String? file,
})

Implementation

File({this.name, this.file});