notFound static method

Implementation

static Response notFound([OutboundErrorDocument? document]) =>
    Response(StatusCode.notFound, document: document);