LWDResponse.notFound constructor

LWDResponse.notFound(
  1. dynamic body
)

Implementation

LWDResponse.notFound(body) : this(404, body ?? 'Not Found');