BaseApiResponse constructor

BaseApiResponse({
  1. String? message,
  2. String? exception,
})

Implementation

BaseApiResponse({
  this.message,
  this.exception,
});