Response.json constructor
Response.json({})
Implementation
Response.json({
required this.statusCode,
this.data,
this.headers = const {
HttpHeaders.contentTypeHeader: 'application/json',
},
}) : contentType = 'application/json';