UnexpectedError constructor

UnexpectedError(
  1. Object value
)

Implementation

UnexpectedError(Object value) : super('Unexpected value: $value');