mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 07:14:55 +00:00
7 lines
70 B
Dart
7 lines
70 B
Dart
class SceneState {
|
|
|
|
SceneState() {
|
|
// init some variables
|
|
}
|
|
}
|