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