CloudFiles class

Represents a file stored in iCloud

Constructors

CloudFiles(int? id, String title, String filePath, DateTime? fileDate, int sizeInBytes, DateTime? lastSyncDt, {String? relativePath})
Constructor for CloudFiles
CloudFiles.fromJson(Map<String, dynamic> json)
Factory constructor to create a CloudFiles object from JSON
factory

Properties

fileDate DateTime?
getter/setter pair
filePath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasUploaded bool
getter/setter pair
id int?
getter/setter pair
lastSyncDt DateTime?
getter/setter pair
relativePath String?
Relative path of the file in iCloud
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeInBytes int
getter/setter pair
title String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the CloudFiles object to a Map
toString() String
Overrides the toString method for debugging purposes
override

Operators

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