getModel method

  1. @override
StacWebView getModel(
  1. Map<String, dynamic> json
)

getModel method parses the JSON data and returns a StacWebView object.

Implementation

@override
StacWebView getModel(Map<String, dynamic> json) => StacWebView.fromJson(json);