mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-24 20:12:27 +00:00
Implemented toJson
method in DuplicateSpaceParam
.
This commit is contained in:
@ -10,4 +10,8 @@ class DuplicateSpaceParam {
|
||||
required this.newSpaceName,
|
||||
required this.newSpaceIcon,
|
||||
});
|
||||
|
||||
Map<String, dynamic> toJson() => {
|
||||
'spaceName': newSpaceName,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user