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