mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 20:48:40 +00:00
@@ -6,8 +6,8 @@ class Page {
|
||||
Page({this.pn, this.ps, this.count});
|
||||
|
||||
factory Page.fromJson(Map<String, dynamic> json) => Page(
|
||||
pn: json['pn'] as int?,
|
||||
ps: json['ps'] as int?,
|
||||
count: json['count'] as int?,
|
||||
);
|
||||
pn: json['pn'] as int?,
|
||||
ps: json['ps'] as int?,
|
||||
count: json['count'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user