mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 18:46:53 +08:00
@@ -8,10 +8,10 @@ class Statistic {
|
||||
Statistic({this.sid, this.play, this.collect, this.comment, this.share});
|
||||
|
||||
factory Statistic.fromJson(Map<String, dynamic> json) => Statistic(
|
||||
sid: json['sid'] as int?,
|
||||
play: json['play'] as int?,
|
||||
collect: json['collect'] as int?,
|
||||
comment: json['comment'] as int?,
|
||||
share: json['share'] as int?,
|
||||
);
|
||||
sid: json['sid'] as int?,
|
||||
play: json['play'] as int?,
|
||||
collect: json['collect'] as int?,
|
||||
comment: json['comment'] as int?,
|
||||
share: json['share'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user