mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 11:22:16 +08:00
@@ -340,6 +340,7 @@ class Common {
|
||||
int? style;
|
||||
String? subType;
|
||||
String? title;
|
||||
String? titlePrefix;
|
||||
|
||||
Common.fromJson(Map<String, dynamic> json) {
|
||||
cover = json['cover'];
|
||||
@@ -352,6 +353,7 @@ class Common {
|
||||
style = json['style'];
|
||||
subType = json['sub_type'];
|
||||
title = json['title'];
|
||||
titlePrefix = json['title_prefix'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user