updated subspace edit flow

This commit is contained in:
hannathkadher
2025-01-22 17:21:35 +04:00
parent f35b699d4c
commit ba7db3a5fb
5 changed files with 70 additions and 134 deletions

View File

@ -47,4 +47,9 @@ class CreateSpaceTemplateBodyModel {
'subspaceModels': subspaceModels,
};
}
@override
String toString() {
return toJson().toString();
}
}