File constructor

File({
  1. String? content,
  2. String? path,
})

Implementation

File({this.content, this.path});