LWDResponse.notFound constructor

LWDResponse.notFound(
  1. dynamic message
)

Implementation

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