WebViewResultUrl constructor
const
WebViewResultUrl({})
Web View Result Url constructor.
Implementation
const WebViewResultUrl({
required this.fullsize,
required this.fullscreen,
required this.sameOrigin,
this.queryId,
required this.url,
}) : super._();