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