Creates a StacCard from a JSON map.
factory StacCard.fromJson(Map<String, dynamic> json) => _$StacCardFromJson(json);