mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 12:10:33 +08:00
@@ -1,19 +1,13 @@
|
||||
import 'package:PiliPlus/models_new/video/video_detail/stat_detail.dart';
|
||||
|
||||
class PgcStat extends StatDetail {
|
||||
int? favorites;
|
||||
String? followText;
|
||||
|
||||
PgcStat.fromJson(Map<String, dynamic> json) {
|
||||
coin = json["coins"] ?? 0;
|
||||
danmaku = json["danmakus"];
|
||||
favorite = json["favorite"] ?? 0;
|
||||
favorites = json["favorites"];
|
||||
followText = json["follow_text"];
|
||||
like = json["likes"] ?? 0;
|
||||
reply = json["reply"];
|
||||
share = json["share"];
|
||||
view = json["views"];
|
||||
vt = json["vt"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user