ServerException constructor

ServerException({
  1. required String url,
  2. String? error,
  3. int? statusCode,
})

Implementation

ServerException({required this.url, this.error, this.statusCode});