File constructor

File(
  1. String? name,
  2. String? comment,
  3. String? contentType,
  4. int size,
)

Implementation

File(this.name, this.comment, this.contentType, this.size);