2024-05-31 14:28:52 +08:00

10 lines
249 B
Dart
Executable File

import 'package:get/get.dart';
class LockEscalationState {
RxBool otaUpdateIng = false.obs;
RxDouble otaProgress = 0.00.obs;
RxBool isShowUpDataBtn = false.obs;
RxString showVersion = '1.0.0'.obs;
RxString showNewVersion = '1.0.0'.obs;
}