SuccessStatusResponse constructor

SuccessStatusResponse({
  1. bool? success,
  2. String? info,
})

Implementation

SuccessStatusResponse({
  this.success,
  this.info,
});