Creates a new widget from a JSON map
factory StacWidget.fromJson(Map<String, dynamic> json) { return StacWidget(jsonData: json); }