parse method
Implementation
Widget? parse(BuildContext context) {
if (this == null) {
return null;
}
return Stac.fromJson(this!.toJson(), context);
}
Widget? parse(BuildContext context) {
if (this == null) {
return null;
}
return Stac.fromJson(this!.toJson(), context);
}