mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -6,8 +6,8 @@ class ReplyPage {
|
||||
ReplyPage({this.num, this.size, this.count});
|
||||
|
||||
factory ReplyPage.fromJson(Map<String, dynamic> json) => ReplyPage(
|
||||
num: json['num'] as int?,
|
||||
size: json['size'] as int?,
|
||||
count: json['count'] as int?,
|
||||
);
|
||||
num: json['num'] as int?,
|
||||
size: json['size'] as int?,
|
||||
count: json['count'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user