import 'package:get/get_rx/src/rx_types/rx_types.dart'; /// @description: /// @author /// @date: 2024-06-27 16:53:29 class TranslatorResultPageState { RxString sourceText = "".obs; RxString targetText = "".obs; }