BitlyException constructor

BitlyException({
  1. String? message,
  2. String? description,
  3. String? resource,
  4. List<Errors>? errors,
})

Implementation

BitlyException({
  this.message,
  this.description,
  this.resource,
  this.errors,
});