PreCreate class

Constructors

PreCreate({required String? path, required int returnType, required List<int> blockList, required int errno, required int requestId, required String? uploadId})
const

Properties

blockList List<int>
文件块的 index 数组,理论上这个为空数组时,表示不需要上传文件块,可以支持秒传
final
errno int
final
fastUpload bool
no setter
hashCode int
The hash code for this object.
no setterinherited
path String?
final
requestId int
final
returnType int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadId String?
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

Static Methods

fromJson(Map json) PreCreate