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