FileInfo constructor

FileInfo({
  1. String? mimeType,
  2. String? sha1Sum,
  3. String? sourceUrl,
})

Implementation

FileInfo({
  this.mimeType,
  this.sha1Sum,
  this.sourceUrl,
});