googleapis / googleapis/google-cloud-dart
_StructHelper.decode should deal with cyclic maps
Open
priority: p2
type: bug
- Dominant language
- Dart
- Stars
- 23
- Forks
- 15
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 21
Description
For example:
```dart
final x = {}
x['x'] = x;
Value.from(x);
```
Probably this should throw.
Contributor guide
Assessment
This issue has not been assessed yet.