NetworkConnectionException constructor

const NetworkConnectionException({
  1. String? message,
  2. int? error,
})

Implementation

const NetworkConnectionException({
  super.message,
  super.error,
});