10 lines
121 B
Dart
Raw Normal View History

2023-11-18 10:38:13 +08:00
import 'package:get/get.dart';
class EditVideoLogState{
var seletVideoLog = 0.obs;
var isSeletAll = false.obs;
}