DriveItem constructor
DriveItem({
- String? id,
- String? name,
- String? webUrl,
- int? size,
- ItemReference? parentReference,
- String? createdDateTime,
- String? lastModifiedDateTime,
- IdentitySet? createdBy,
- IdentitySet? lastModifiedBy,
- File? file,
- Folder? folder,
- String? eTag,
- String? contentType,
Creates a new DriveItem instance.
Implementation
DriveItem({
this.id,
this.name,
this.webUrl,
this.size,
this.parentReference,
this.createdDateTime,
this.lastModifiedDateTime,
this.createdBy,
this.lastModifiedBy,
this.file,
this.folder,
this.eTag,
this.contentType,
});