Revision constructor
Revision({
- String? downloadUrl,
- String? etag,
- Map<
String, String> ? exportLinks, - String? fileSize,
- String? id,
- String? kind,
- User? lastModifyingUser,
- String? lastModifyingUserName,
- String? md5Checksum,
- String? mimeType,
- DateTime? modifiedDate,
- String? originalFilename,
- bool? pinned,
- bool? publishAuto,
- bool? published,
- String? publishedLink,
- bool? publishedOutsideDomain,
- 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,
});