MoveFile class

Inheritance

Constructors

MoveFile.new({required String driveId, required String fileId, String? toParentFileId, CheckNameMode checkNameMode = CheckNameMode.refuse, String? newName})
const

Properties

authorized bool
no setterinherited
checkNameMode CheckNameMode
final
data → dynamic
no setteroverride
driveId String
final
fileId String
final
hashCode int
The hash code for this object.
no setterinherited
method HttpMethod
no setteroverride
newName String?
当云端存在同名文件时,使用的新名字
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toParentFileId String?
父文件ID、根目录为 root
final
uri String
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(dynamic json) FileMoved
override
toString() String
A string representation of this object.
inherited

Operators

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