CategoryItem class

Mixed in types

Constructors

CategoryItem({required int category, required int fsId, required int isdir, required String md5, required String path, required int serverCtime, required String serverFilename, required int serverMtime, required int size, MediaThumb? thumbs})
const
CategoryItem.fromJson(Map<String, dynamic> json)
factory

Properties

category int
final
categoryEnum BaiduCategory
no setteroverride
fsId int
final
hashCode int
The hash code for this object.
no setterinherited
isdir int
final
md5 String
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverCtime int
final
serverFilename String
final
serverMtime int
final
size int
final
thumbs MediaThumb?
final

Methods

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

Operators

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