ConnectionError constructor

ConnectionError({
  1. String? errorDomain,
  2. String? errorMessage,
})

Implementation

ConnectionError({
  this.errorDomain,
  this.errorMessage,
});