BaiduFileMetaItem class

Mixed in types

Constructors

BaiduFileMetaItem({required int category, required String dlink, required String filename, required int fsId, required int isdir, required String md5, required int operId, required String path, required int serverCtime, required int serverMtime, required int size})
const
BaiduFileMetaItem.fromJson(dynamic json)
factory

Properties

category int
final
categoryEnum BaiduCategory
no setterinherited
final
filename String
final
fsId int
final
hashCode int
The hash code for this object.
no setterinherited
isdir int
final
md5 String
final
operId int
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverCtime int
final
serverMtime int
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