For example: ```dart final x = {} x['x'] = x; Value.from(x); ``` Probably this should throw.
For example:
Probably this should throw.