2023-11-18 10:38:13 +08:00

8 lines
108 B
Dart

import 'package:get/get.dart';
class VideoLogState{
var isNavLocal = false.obs;
var localList = [];
}