FileInfo class

Mixed in types

Constructors

FileInfo({required int category, required int fsId, required int isdir, required int localCtime, required int localMtime, required String md5, required String path, required int serverCtime, required int serverMtime, required int size})
const
FileInfo.fromJson(Map json)
factory

Properties

category int
final
categoryEnum BaiduCategory
no setterinherited
fsId int
final
hashCode int
The hash code for this object.
no setterinherited
isdir int
final
localCtime int
final
localMtime int
final
md5 String
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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