ImgbbResponse constructor

ImgbbResponse({
  1. Data? data,
  2. bool? success,
  3. int? status,
})

Implementation

ImgbbResponse({
  this.data,
  this.success,
  this.status,
});