mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -42,24 +42,24 @@ class ReplyControl {
|
||||
});
|
||||
|
||||
factory ReplyControl.fromJson(Map<String, dynamic> json) => ReplyControl(
|
||||
inputDisable: json['input_disable'] as bool?,
|
||||
rootInputText: json['root_input_text'] as String?,
|
||||
childInputText: json['child_input_text'] as String?,
|
||||
giveupInputText: json['giveup_input_text'] as String?,
|
||||
screenshotIconState: json['screenshot_icon_state'] as int?,
|
||||
uploadPictureIconState: json['upload_picture_icon_state'] as int?,
|
||||
answerGuideText: json['answer_guide_text'] as String?,
|
||||
answerGuideIconUrl: json['answer_guide_icon_url'] as String?,
|
||||
answerGuideIosUrl: json['answer_guide_ios_url'] as String?,
|
||||
answerGuideAndroidUrl: json['answer_guide_android_url'] as String?,
|
||||
bgText: json['bg_text'] as String?,
|
||||
emptyPage: json['empty_page'] as dynamic,
|
||||
showType: json['show_type'] as int?,
|
||||
showText: json['show_text'] as String?,
|
||||
webSelection: json['web_selection'] as bool?,
|
||||
disableJumpEmote: json['disable_jump_emote'] as bool?,
|
||||
enableCharged: json['enable_charged'] as bool?,
|
||||
enableCmBizHelper: json['enable_cm_biz_helper'] as bool?,
|
||||
preloadResources: json['preload_resources'] as dynamic,
|
||||
);
|
||||
inputDisable: json['input_disable'] as bool?,
|
||||
rootInputText: json['root_input_text'] as String?,
|
||||
childInputText: json['child_input_text'] as String?,
|
||||
giveupInputText: json['giveup_input_text'] as String?,
|
||||
screenshotIconState: json['screenshot_icon_state'] as int?,
|
||||
uploadPictureIconState: json['upload_picture_icon_state'] as int?,
|
||||
answerGuideText: json['answer_guide_text'] as String?,
|
||||
answerGuideIconUrl: json['answer_guide_icon_url'] as String?,
|
||||
answerGuideIosUrl: json['answer_guide_ios_url'] as String?,
|
||||
answerGuideAndroidUrl: json['answer_guide_android_url'] as String?,
|
||||
bgText: json['bg_text'] as String?,
|
||||
emptyPage: json['empty_page'] as dynamic,
|
||||
showType: json['show_type'] as int?,
|
||||
showText: json['show_text'] as String?,
|
||||
webSelection: json['web_selection'] as bool?,
|
||||
disableJumpEmote: json['disable_jump_emote'] as bool?,
|
||||
enableCharged: json['enable_charged'] as bool?,
|
||||
enableCmBizHelper: json['enable_cm_biz_helper'] as bool?,
|
||||
preloadResources: json['preload_resources'] as dynamic,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user