SearchItem class

{ "category": 1, "delete_type": 0, "extent_tinyint1": 0, "fs_id": 698915277947, "isdir": 0, "local_ctime": 1614139266, "local_mtime": 1614139266, "md5": "3d0b9004fn15a13dd35763a5b44402e3", "oper_id": 2469771319, "owner_id": 0, "path": "/\u7092\u80a1\u4e13\u7528/\u65e0\u4e3a/\u5e38\u89c4\u76f4\u64ad/2021-02-24/2021\u5e742\u670824\u65e5 \u5e08\u5f92\u804a\u884c\u60c5.mkv", "server_ctime": 1614220286, "server_filename": "2021\u5e742\u670824\u65e5 \u5e08\u5f92\u804a\u884c\u60c5.mkv", "server_mtime": 1615352492, "share": 0, "size": 246073844, "wpfile": 0 }

Constructors

SearchItem(int category, int deleteType, int extentTinyint1, int fsId, int isdir, int localCtime, int localMtime, String md5, int operId, int ownerId, String path, int serverCtime, String serverFilename, int serverMtime, int share, int size, int wpfile)
const
SearchItem.fromJson(Map<String, dynamic> json)
factory

Properties

category int
final
deleteType int
final
extentTinyint1 int
final
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
operId int
final
ownerId int
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
share int
final
size int
final
wpfile 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.
override

Operators

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