StacWebViewParser class
StacWebViewParser is a class that parses the webView
widget from JSON.
Constructors
- StacWebViewParser.new()
-
const
Properties
Methods
-
getModel(
Map< String, dynamic> json) → StacWebView - getModel method parses the JSON data and returns a StacWebView object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BuildContext context, StacWebView model) → Widget -
Parses a model
T
into a Widget. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited