ConnectionError constructor

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

Implementation

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