TTHttpResponse constructor
TTHttpResponse({})
Implementation
TTHttpResponse({
required this.statusCode,
required this.data,
Map<String, List<String>>? headers,
}) : headers = headers ?? <String, List<String>>{};