CustomSerializationFailed constructor

const CustomSerializationFailed(
  1. Type objectType,
  2. dynamic innerException
)

Implementation

const CustomSerializationFailed(this.objectType, this.innerException);