Creates a Details instance from a JSON object.`
factory Details.fromJson(Map<String, dynamic> json) => _$DetailsFromJson(json);