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