We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2828d commit 6a87f37Copy full SHA for 6a87f37
package/pheno_ui/lib/parsers/tools/figma_user_data.dart
@@ -29,7 +29,7 @@ class FigmaUserData {
29
}
30
31
32
- if (map!.containsKey(key) && (map![key] is Map<String, dynamic> || map![key]['type'] == 'group')) {
+ if (map!.containsKey(key) && map![key] is Map<String, dynamic>) {
33
throw 'Bound values and groups cannot be overwritten';
34
35
map![key] = value;
0 commit comments