JsonCyclicError constructor
- Object? object
The first object that was detected as part of a cycle.
Implementation
JsonCyclicError(Object? object) : super(object);
The first object that was detected as part of a cycle.
JsonCyclicError(Object? object) : super(object);