UnexpectedError constructor

const UnexpectedError({
  1. dynamic errorModel,
})

Implementation

const UnexpectedError({this.errorModel});