NavigationResponse constructor
- required bool canShowMIMEType,
- required bool isForMainFrame,
- URLResponse? response,
Implementation
NavigationResponse({
required this.canShowMIMEType,
required this.isForMainFrame,
this.response,
});
NavigationResponse({
required this.canShowMIMEType,
required this.isForMainFrame,
this.response,
});