mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 13:55:54 +08:00
@@ -4,6 +4,6 @@ class Senior {
|
||||
Senior({this.status});
|
||||
|
||||
factory Senior.fromJson(Map<String, dynamic> json) => Senior(
|
||||
status: json['status'] as int?,
|
||||
);
|
||||
status: json['status'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user