CloudStorageFile class

The export file in Cloud Storage

Constructors

CloudStorageFile({String? bucketName, String? md5Hash, String? objectName, String? size})
CloudStorageFile.fromJson(Map json_)

Properties

bucketName String?
The name of the Cloud Storage bucket for the export file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
md5Hash String?
The md5 hash of the file.
getter/setter pair
objectName String?
The name of the Cloud Storage object for the export file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String?
The export file size.
getter/setter pair

Methods

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

Operators

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