WebViewCookie constructor
const
WebViewCookie({})
Constructs a new WebViewCookie.
Implementation
const WebViewCookie(
{required this.name,
required this.value,
required this.domain,
this.path = '/'});
Constructs a new WebViewCookie.
const WebViewCookie(
{required this.name,
required this.value,
required this.domain,
this.path = '/'});