11 lines
124 B
Dart

import 'package:get/get.dart';
class EditVideoLogState{
var selectVideoLog = 0.obs;
var isSelectAll = false.obs;
}