fromJson static method
Inherited by: WebBrowserTypeExternal WebBrowserTypeInApp
Implementation
static WebBrowserTypeExternal? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const WebBrowserTypeExternal();
}