RewriteResponse class
A rewrite response.
Constructors
- RewriteResponse({bool? done, String? kind, String? objectSize, Object? resource, String? rewriteToken, String? totalBytesRewritten})
- RewriteResponse.fromJson(Map _json)
Properties
- done ↔ bool?
-
true if the copy is finished; otherwise, false if the copy is in progress.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
The kind of item this is.
getter/setter pair
- objectSize ↔ String?
-
The total size of the object being copied in bytes.
getter/setter pair
- resource ↔ Object?
-
A resource containing the metadata for the copied-to object.
getter/setter pair
- rewriteToken ↔ String?
-
A token to use in subsequent requests to continue copying data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalBytesRewritten ↔ String?
-
The total bytes written so far, which can be used to provide a waiting
user with a progress indicator.
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