flutter-terminal/lib/page/home/state.dart

6 lines
68 B
Dart
Raw Normal View History

2023-07-04 06:09:45 +00:00
class HomeState {
HomeState() {
///Initialize variables
}
}