12 lines
347 B
Dart
Raw Normal View History

import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'transferSmartLock_entity.dart';
class TransferSmartLockState{
RxList<TransferSmartLockItemData> transferSmartLockListData = <TransferSmartLockItemData>[].obs;
final TextEditingController searchController = TextEditingController();
2024-01-23 17:29:18 +08:00
bool isSelectAll = false;
}