NavigationResponse constructor

NavigationResponse({
  1. required bool canShowMIMEType,
  2. required bool isForMainFrame,
  3. URLResponse? response,
})

Implementation

NavigationResponse({
  required this.canShowMIMEType,
  required this.isForMainFrame,
  this.response,
});