Response.accepted({Map<String, dynamic> headers })

Represents a 202 response.

Source

Response.accepted({Map<String, dynamic> headers})
    : this(HttpStatus.ACCEPTED, headers, null);