ICloudFile class

Constructors

ICloudFile.fromMap(Map map)
Constructor to create the object from the map passed from platform code

Properties

contentChangeDate DateTime
Corresponding to NSMetadataItemFSContentChangeDateKey
final
creationDate DateTime
Corresponding to NSMetadataItemFSCreationDateKey
final
downloadStatus DownloadStatus
Corresponding to NSMetadataUbiquitousItemDownloadingStatusKey
final
hashCode int
The hash code for this object.
no setterinherited
hasUnresolvedConflicts bool
Corresponding to NSMetadataUbiquitousItemHasUnresolvedConflictsKey
final
isDownloading bool
Corresponding to NSMetadataUbiquitousItemIsDownloadingKey
final
isUploaded bool
Corresponding to NSMetadataUbiquitousItemIsUploadedKey
final
isUploading bool
Corresponding to NSMetadataUbiquitousItemIsUploadingKey
final
relativePath String
File path relative to the iCloud container
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeInBytes int
Corresponding to NSMetadataItemFSSizeKey
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited