partialContent constant
HttpStatus
const partialContent
206 Partial Content
This response code is used when the Range header is
sent from the client to request only part of a resource.
Implementation
static const partialContent = HttpStatus(206);