LWDResponse.notFound constructor
LWDResponse.notFound(
- dynamic body
Implementation
LWDResponse.notFound(body) : this(404, body ?? 'Not Found');
LWDResponse.notFound(body) : this(404, body ?? 'Not Found');