app-starlock/lib/mine/mineSet/appUnlockNeedMobileNetworkingLock/appUnlockNeedMobileNetworkingLock_state.dart

13 lines
356 B
Dart
Raw Permalink Normal View History

2023-10-25 16:18:27 +08:00
import 'package:flutter/material.dart';
2023-10-25 16:18:27 +08:00
import 'package:get/get.dart';
import 'selectLockListEntity.dart';
class AppUnlockNeedMobileNetworkingLockState {
RxList<LockItemData> lockItemList = <LockItemData>[].obs;
List selectLockIdList = [];
RxBool isCheckAll = false.obs;
final TextEditingController searchController = TextEditingController();
2023-10-25 16:18:27 +08:00
}