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