UploadSuccess class

Constructors

UploadSuccess({required int category, required int ctime, required int fromType, required int fsId, required int isdir, required String md5, required int mtime, required String path, required String? serverFilename, required int size, required int errno, required String name})
UploadSuccess.fromJson(Map json)
factory

Properties

category int
final
ctime int
final
errno int
final
fromType int
final
fsId int
final
hashCode int
The hash code for this object.
no setterinherited
isdir int
final
md5 String
final
mtime int
final
name String
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverFilename String?
final
size int
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