ApiContractResponseError constructor

ApiContractResponseError({
  1. String? message,
})

Implementation

ApiContractResponseError({
  this.message,
});