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