TypedDataException constructor

TypedDataException(
  1. String message,
  2. TypedDataErrorCode code, [
  3. Object? originalException
])

Creates an exception which is throw when there is a failure related to typed data.

Implementation

TypedDataException(this.message, this.code, [this.originalException]);