factory CreditCardIntroCustomImage.fromJson(Map<String, dynamic> json) => CreditCardIntroCustomImage( uri: json["uri"] as String, );