HydratedUnsupportedError constructor

HydratedUnsupportedError(
  1. Object? unsupportedObject, {
  2. Object? cause,
})

The object that failed to be serialized. Error of attempt to serialize through toJson method.

Implementation

HydratedUnsupportedError(
  this.unsupportedObject, {
  this.cause,
});