UnexpectedTypeException<T> constructor
const
UnexpectedTypeException<T> ({
- String? message = null,
Implementation
const UnexpectedTypeException({this.message = null});
const UnexpectedTypeException({this.message = null});