ConnectionRefuted constructor

ConnectionRefuted({
  1. String? err,
  2. required Uri url,
})

Implementation

ConnectionRefuted({this.err, required this.url});