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