fromJson method
Load the attributes of the widget descriptor from
Implementation
@override
SDUIWidget fromJson(Map<String, dynamic>? json) {
url = json?['url'];
return super.fromJson(json);
}
Load the attributes of the widget descriptor from
@override
SDUIWidget fromJson(Map<String, dynamic>? json) {
url = json?['url'];
return super.fromJson(json);
}