CustomProxy constructor

CustomProxy({
  1. required String ipAddress,
  2. int? port,
  3. bool allowBadCertificates = false,
})

Initializer

Implementation

CustomProxy(
    {required this.ipAddress, this.port, this.allowBadCertificates = false});