mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-27 12:36:27 +08:00
@@ -4,15 +4,15 @@ part 'profession_verify.g.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class ProfessionVerify {
|
||||
String? icon;
|
||||
@JsonKey(name: 'show_desc')
|
||||
String? showDesc;
|
||||
String? icon;
|
||||
@JsonKey(name: 'show_desc')
|
||||
String? showDesc;
|
||||
|
||||
ProfessionVerify({this.icon, this.showDesc});
|
||||
ProfessionVerify({this.icon, this.showDesc});
|
||||
|
||||
factory ProfessionVerify.fromJson(Map<String, dynamic> json) {
|
||||
return _$ProfessionVerifyFromJson(json);
|
||||
}
|
||||
factory ProfessionVerify.fromJson(Map<String, dynamic> json) {
|
||||
return _$ProfessionVerifyFromJson(json);
|
||||
}
|
||||
|
||||
Map<String, dynamic> toJson() => _$ProfessionVerifyToJson(this);
|
||||
Map<String, dynamic> toJson() => _$ProfessionVerifyToJson(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user