ImgurUploadResponse constructor
ImgurUploadResponse({
- int? status,
- bool? success,
- ImgurUploadData? data,
Implementation
ImgurUploadResponse({
this.status,
this.success,
this.data,
});