mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-03 08:39:46 +08:00
9
lib/models_new/space/space/top.dart
Normal file
9
lib/models_new/space/space/top.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class Top {
|
||||
dynamic result;
|
||||
|
||||
Top({this.result});
|
||||
|
||||
factory Top.fromJson(Map<String, dynamic> json) => Top(
|
||||
result: json['result'] as dynamic,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user