Creates a new Sanity dataset from a JSON map.
factory SanityDataset.fromJson(final Map<String, dynamic> json) => _$SanityDatasetFromJson(json);