JsonUnsupportedObjectError constructor Null safety

JsonUnsupportedObjectError(
  1. Object? unsupportedObject,
  2. {Object? cause,
  3. String? partialResult}
)

Implementation

JsonUnsupportedObjectError(this.unsupportedObject,
    {this.cause, this.partialResult});