PutResponse class

Constructors

PutResponse({String? key, String? hash, required Map<String, dynamic> rawData})
PutResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hash String?
文件哈希
final
hashCode int
The hash code for this object.
no setterinherited
key String?
文件名
final
rawData Map<String, dynamic>
如果在上传策略自定义了 returnBody, 你可以读取并解析这个字段提取你自定义的响应信息
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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