Create an Credit from JSON
factory Credit.fromJson(Map<String, dynamic> json) => _$CreditFromJson(json);