Revision constructor

Revision({
  1. Map<String, String>? exportLinks,
  2. String? id,
  3. bool? keepForever,
  4. String? kind,
  5. User? lastModifyingUser,
  6. String? md5Checksum,
  7. String? mimeType,
  8. DateTime? modifiedTime,
  9. String? originalFilename,
  10. bool? publishAuto,
  11. bool? published,
  12. String? publishedLink,
  13. bool? publishedOutsideDomain,
  14. String? size,
})

Implementation

Revision({
  this.exportLinks,
  this.id,
  this.keepForever,
  this.kind,
  this.lastModifyingUser,
  this.md5Checksum,
  this.mimeType,
  this.modifiedTime,
  this.originalFilename,
  this.publishAuto,
  this.published,
  this.publishedLink,
  this.publishedOutsideDomain,
  this.size,
});