getModel method
getModel method parses the JSON data and returns a StacWebView object.
Implementation
@override
StacWebView getModel(Map<String, dynamic> json) => StacWebView.fromJson(json);
getModel method parses the JSON data and returns a StacWebView object.
@override
StacWebView getModel(Map<String, dynamic> json) => StacWebView.fromJson(json);