Creates an AiutaUploadedImage with the given ID and URL.
AiutaUploadedImage({ required this.id, required String url, }) : super(url);