UnexpectedTypeException<T> constructor

const UnexpectedTypeException<T>({
  1. String? message = null,
})

Implementation

const UnexpectedTypeException({this.message = null});