NUIHttpCacheResponse constructor

NUIHttpCacheResponse({
  1. required String response,
  2. required Map<String, String> headers,
})

Implementation

NUIHttpCacheResponse({required this.response, required this.headers});