mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 18:46:53 +08:00
@@ -5,7 +5,7 @@ class CursorAttr {
|
||||
CursorAttr({this.isLastWatchedArc, this.rank});
|
||||
|
||||
factory CursorAttr.fromJson(Map<String, dynamic> json) => CursorAttr(
|
||||
isLastWatchedArc: json['is_last_watched_arc'] as bool?,
|
||||
rank: json['rank'] as int?,
|
||||
);
|
||||
isLastWatchedArc: json['is_last_watched_arc'] as bool?,
|
||||
rank: json['rank'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user