12 lines
347 B
Dart
Executable File
12 lines
347 B
Dart
Executable File
|
|
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();
|
|
bool isSelectAll = false;
|
|
}
|