mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 20:12:35 +08:00
@@ -5,7 +5,7 @@ class UpSelection {
|
||||
UpSelection({this.pendingCount, this.ignoreCount});
|
||||
|
||||
factory UpSelection.fromJson(Map<String, dynamic> json) => UpSelection(
|
||||
pendingCount: json['pending_count'] as int?,
|
||||
ignoreCount: json['ignore_count'] as int?,
|
||||
);
|
||||
pendingCount: json['pending_count'] as int?,
|
||||
ignoreCount: json['ignore_count'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user