Represents a 202 response.
Response.accepted({Map<String, dynamic>? headers}) : this(HttpStatus.accepted, headers, null);