DRAWRedirectResponse constructor

DRAWRedirectResponse(
  1. String path,
  2. dynamic response
)

Implementation

DRAWRedirectResponse(this.path, this.response);