SentryProxy constructor

SentryProxy({
  1. required SentryProxyType type,
  2. String? host,
  3. int? port,
  4. String? user,
  5. String? pass,
})

Implementation

SentryProxy({required this.type, this.host, this.port, this.user, this.pass});