Revision constructor

Revision({
  1. String? downloadUrl,
  2. String? etag,
  3. Map<String, String>? exportLinks,
  4. String? fileSize,
  5. String? id,
  6. String? kind,
  7. User? lastModifyingUser,
  8. String? lastModifyingUserName,
  9. String? md5Checksum,
  10. String? mimeType,
  11. DateTime? modifiedDate,
  12. String? originalFilename,
  13. bool? pinned,
  14. bool? publishAuto,
  15. bool? published,
  16. String? publishedLink,
  17. bool? publishedOutsideDomain,
  18. String? selfLink,
})

Implementation

Revision({
  this.downloadUrl,
  this.etag,
  this.exportLinks,
  this.fileSize,
  this.id,
  this.kind,
  this.lastModifyingUser,
  this.lastModifyingUserName,
  this.md5Checksum,
  this.mimeType,
  this.modifiedDate,
  this.originalFilename,
  this.pinned,
  this.publishAuto,
  this.published,
  this.publishedLink,
  this.publishedOutsideDomain,
  this.selfLink,
});