mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 07:54:44 +08:00
bump: flutter:3.27.0 rust:1.83.0
This commit is contained in:
@ -5,10 +5,11 @@
|
||||
|
||||
class AppTorrentData {
|
||||
AppTorrentData({
|
||||
this.name,
|
||||
this.updateAt,
|
||||
this.url,
|
||||
this.info,});
|
||||
this.name,
|
||||
this.updateAt,
|
||||
this.url,
|
||||
this.info,
|
||||
});
|
||||
|
||||
AppTorrentData.fromJson(dynamic json) {
|
||||
name = json['name'];
|
||||
@ -29,5 +30,4 @@ class AppTorrentData {
|
||||
map['info'] = info;
|
||||
return map;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -85,7 +85,6 @@ class DohClientResponseAnswerData {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class DohClientResponseQuestionData {
|
||||
DohClientResponseQuestionData({
|
||||
this.name,
|
||||
|
Reference in New Issue
Block a user