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