FileItem class

Mixed in types

Constructors

FileItem({required int tkbindId, required int category, required String realCategory, required int isdir, required String serverFilename, required String path, required int wpfile, required int serverAtime, required int serverCtime, required int extentTinyint7, required int ownerId, required int localMtime, required int size, required int unlist, required int share, required int serverMtime, required int pl, required int localCtime, required int ownerType, required int operId, required int fsId})
const

Properties

category int
final
categoryEnum BaiduCategory
no setteroverride
extentTinyint7 int
final
fsId int
final
hashCode int
The hash code for this object.
no setterinherited
isDir bool
no setter
isdir int
final
localCtime int
final
localMtime int
final
operId int
final
ownerId int
final
ownerType int
final
path String
final
pl int
final
realCategory String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverAtime int
final
serverCtime int
final
serverFilename String
final
serverMtime int
final
share int
final
size int
final
tkbindId int
final
unlist int
final
wpfile int
final

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) FileItem