import 'package:get/get.dart'; import 'work_state.dart'; class WorkLogic extends GetxController { final WorkState state = WorkState(); }