mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-11 15:47:44 +00:00
space canvas initial commit
This commit is contained in:
6
lib/pages/spaces_management/model/space_model.dart
Normal file
6
lib/pages/spaces_management/model/space_model.dart
Normal file
@ -0,0 +1,6 @@
|
||||
class SpaceModel {
|
||||
final String communityName;
|
||||
final List<String> subSpaces;
|
||||
|
||||
SpaceModel({required this.communityName, required this.subSpaces});
|
||||
}
|
Reference in New Issue
Block a user