2023-09-04 15:00:42 +08:00

7 lines
81 B
Dart

import 'package:get/get.dart';
class LockTimeState{
var dateTime = "".obs;
}