mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 05:16:01 +08:00
@@ -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?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user