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