ConnectionError constructor

ConnectionError({
  1. String? message,
  2. String? code,
  3. String? exception,
})

Implementation

ConnectionError({this.message, this.code, this.exception});