NoTypeHandlerError constructor

NoTypeHandlerError(
  1. dynamic object,
  2. HttpRequest request
)

Implementation

NoTypeHandlerError(this.object, this.request);