Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-23 16:47:11 +08:00
parent 148e0872b4
commit 418a1e8d39
821 changed files with 29467 additions and 25520 deletions

View File

@@ -16,11 +16,11 @@ class ReplyControl {
});
factory ReplyControl.fromJson(Map<String, dynamic> json) => ReplyControl(
maxLine: json['max_line'] as int?,
timeDesc: json['time_desc'] as String?,
bizScene: json['biz_scene'] as String?,
location: json['location'] as String?,
isNoteV2: json['is_note_v2'] as bool?,
translationSwitch: json['translation_switch'] as int?,
);
maxLine: json['max_line'] as int?,
timeDesc: json['time_desc'] as String?,
bizScene: json['biz_scene'] as String?,
location: json['location'] as String?,
isNoteV2: json['is_note_v2'] as bool?,
translationSwitch: json['translation_switch'] as int?,
);
}