JsonCyclicError constructor Null safety

JsonCyclicError(
  1. Object? object
)

The first object that was detected as part of a cycle.

Implementation

JsonCyclicError(Object? object) : super(object);