mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
fetch groups
This commit is contained in:
@ -26,4 +26,8 @@ class SpaceModel {
|
||||
rooms: [],
|
||||
);
|
||||
}
|
||||
|
||||
static List<SpaceModel> fromJsonList(List<dynamic> jsonList) {
|
||||
return jsonList.map((item) => SpaceModel.fromJson(item)).toList();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user